The following warnings occurred:
Warning [2] Undefined array key "threadviews_countguests" - Line: 745 - File: showthread.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php 745 errorHandler->error_callback
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 1121 build_postbit
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 830 postParser->parse_message
/showthread.php 1121 build_postbit
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/inc/functions_post.php 861 postParser->parse_message
/showthread.php 1121 build_postbit
Warning [2] Undefined property: MyLanguage::$thread_modes - Line: 46 - File: showthread.php(1650) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php(1650) : eval()'d code 46 errorHandler->error_callback
/showthread.php 1650 eval




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Get Simple admin CSS rules cause inconsistent text rendering
#1
I have been puzzling for a while why the text in the sidebar buttons in GS admin renders differently on different computers. On one of my PCs it renders nicely (as it should), but on another the text is too fat and the outlines are rough/aliased. It also causes the Uploadify button to break over two lines so part of the button is unclickable (due to the Flash overlay), and probably other line length problems too.

After some investigation it turns out the culprit is the style rule "font-weight:800" - depending on the version of Arial that is installed this can trigger the "Bold" weight or the "Black" weight (the Black weight is the one that renders poorly).

My question is: what is the intention of this particular style rule? If it is to trigger "Arial Bold" then it would be better written as "font-weight:bold". If the intention is to trigger "Arial Black" (which I don't think is a good idea given the poor rendering at small sizes) then the font-family stack should be written as "Arial Black", Arial, sans-serif. This is because on many systems "Arial Black" is a separate family.
Reply
#2
agreed... This is something that browsers just started listening to. It used to be that anything over 600 was automatically 'bold'

This will get fixed... i will add it to the issue list
- Chris
Thanks for using GetSimple! - Download

Please do not email me directly for help regarding GetSimple. Please post all your questions/problems in the forum!
Reply




Users browsing this thread: 2 Guest(s)