[Webkit-unassigned] [Bug 90717] Inconsistent image map focus display with position:absolute

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 12 05:59:18 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=90717


Bruno Abinader <bruno.abinader at basyskom.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX
                 CC|                            |bruno.abinader at basyskom.com




--- Comment #6 from Bruno Abinader <bruno.abinader at basyskom.com>  2012-09-12 05:59:43 PST ---
Please have a look at what w3schools says about absolute positioning:

"Absolutely positioned elements are removed from the normal flow. The document and other elements behave like the absolutely positioned element does not exist."
http://www.w3schools.com/Css/css_positioning.asp

That said, the current behavior is correct (since elements with absolute positioning are removed from the normal flow). You can achieve the intended behavior by removing the "position: absolute" style and adding some JavaScript to fix the object on a specific spot of the screen, for example.

This is also valid for bug 94707, thus marking both as WONTFIX.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list