[Webkit-unassigned] [Bug 27446] Web Inspector breaks some js dropdown menus

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 2 08:18:20 PDT 2009


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


Daniel Upstone <zeal at zealvurte.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zeal at zealvurte.co.uk




--- Comment #4 from Daniel Upstone <zeal at zealvurte.co.uk>  2009-08-02 08:18:20 PDT ---
To clarify the issue...
The <ul> is removed and added by javascript as a child of a <span> element (not
<a>). This is of course "bad html" as it's a block element inside an inline
element.

The bug is that the line breaks created by the <ul> being display: block aren't
removed when the <ul> is. Changing to the <ul> to display: inline before
removing the <ul> removes the line breaks first, preventing the bug from
appearing.

I don't know if this effects other block elements used within inline elements.

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