Edit report at https://bugs.php.net/bug.php?id=67323&edit=1
ID: 67323 Comment by: phpdev at ehrhardt dot nl Reported by: phpdev at ehrhardt dot nl Summary: H2 on frontpage do not display in Opera Status: Wont fix Type: Bug Package: Website problem PHP Version: Irrelevant Block user comment: N Private report: N New Comment: I found the culprit: content: " "; in the header.title styles. This removes all the content inside the <header class="title">. Note that you do not have the class="title" on the archive pages. Previous Comments: ------------------------------------------------------------------------ [2014-05-22 21:39:50] [email protected] I've poked at this a bit, and while I can reproduce it, I can't figure out why Opera computes a display: none rule for the h2 and time elements. It also can't be overridden â even a style attribute on the element with !important, which should best everything, doesn't change the computed style. Given that Opera 12 is discontinued, Opera for Android has minimal market share, and this works fine in the Blink-based current version, I'm inclined to mark this as won't fix, although I'd be interested if there was a patch that did fix this. ------------------------------------------------------------------------ [2014-05-22 10:34:48] phpdev at ehrhardt dot nl Description: ------------ The article headings on the frontpage do not display in Opera 12 and in the Opera Classic Android app. They have CSS display:none; Test script: --------------- Screenshot: http://elijst.nl/php_net.gif Expected result: ---------------- The see the article subjects. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=67323&edit=1 -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
