Closed Bug 271419 Opened 21 years ago Closed 21 years ago

Strange drop-down menu behavior

Categories

(Core :: Layout: Form Controls, defect)

x86
All
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: adoborshhuk, Assigned: MatsPalmgren_bugz)

References

()

Details

(Keywords: testcase)

Attachments

(3 files)

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a5) Gecko/20041122 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a5) Gecko/20041122 When choosing category, subcategory menu sometimes just freezes, or needs several clicks and keyboard operations to show up. And subcategory menu for some reason messes up and appears above the category menu... Firefox 1.0 and IE works flawless there. Reproducible: Always Steps to Reproduce: 1. Load page 2. Choose some category 3. try to choose some subcategory Actual Results: Menu messed up or not loads Expected Results: .. Smoke Theme
open JS console and see a lot of CSS errors, like: Error: Expected end of value for property but found 'margin'. Error in parsing value for property 'padding'. Declaration dropped. Source File: http://s.deviantart.com/styles/napalm.css/2821.css Line: 570 Error: Unknown property 'hhheight'. Declaration dropped. Source File: http://s.deviantart.com/styles/napalm.css/2821.css Line: 1212 Error: Expected 'important' but found 'impotant'. Source File: http://s.deviantart.com/styles/napalm.css/2821.css Line: 1257 Warning: test for equality (==) mistyped as assignment (=)? Source File: http://s.deviantart.com/styles/love.js/2821.js Line: 189, Column: 28 Source Code: while(Node=Node.nextSibling) W3C CSS-Validator: http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fs.deviantart.com%2Fstyles%2Fnapalm.css%2F2821.css&usermedium=all
Keywords: qawanted
The <legend> inside a <fieldset> is changed to display:block. That seems to cause this bug. Maybe this is also fixed by the patch for bug 276104?
Component: General → Layout: Form Controls
Keywords: testcase
Product: Mozilla Application Suite → Core
Version: unspecified → Trunk
Check out the comments by Peter(6) at this link: http://forums.mozillazine.org/viewtopic.php?t=195846#1124907
Note that martijn's partially minimized testcase doesn't have any comments in it, so either the comments are a red herring or there is more than one issue here.
(In reply to comment #5) > Note that martijn's partially minimized testcase doesn't have any comments in > it, so either the comments are a red herring or there is more than one issue here. I think the "</select-->" is the problem. removing the whole comment part makes the faulty select work again.
Attached file Testcase2, minimised
This one is minimised.
Yeah, the patch in bug 276104 should help with that....
Depends on: 276104
It's not a problem with the <!-- --> as testcase2 indicates...
(In reply to comment #9) > It's not a problem with the <!-- --> as testcase2 indicates... Indeed, sorry for that. It did because my cache refused to clear again.
The category menus at the URL and testcases now works fine (fixed by bug 276104). I can see one problem still at the URL, when changing "Any Time" to "Specific Date" the surrounding container sometimes does not resize properly (incremental reflow problem). A reduced testcase for that would be appreciated.
Assignee: general → mats.palmgren
You get to see the bug when changing "submitted" to "Today". Note the <div style="overflow: hidden; clear: left;"> surrounding the content. When I remove that, then the bug is not visible anymore.
Thanks Martijn, I reduced it further and saw that it was a table issue so I spawned it off as bug 279832. The original problem here was fixed by bug 276104. -> FIXED
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Keywords: qawanted
OS: Windows XP → All
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: