[Webkit-unassigned] [Bug 74976] Element still flowed below parent after changing from block to inline-block

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 8 19:33:43 PST 2012


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


Eric Seidel <eric at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eric at webkit.org




--- Comment #2 from Eric Seidel <eric at webkit.org>  2012-01-08 19:33:43 PST ---
The test is invalid, at least for FF, since FF doesn't support innerText.

I would use element.style.display = "inline-block" instead of setting the textContent of a style element anyway. :)

To move forward with this, we need a test which we know works in the browsers under discussion, and ideally results from IE and FF of running the test.  It's not immediately clear to me if this is a bug or not.

-- 
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