Closed
Bug 271419
Opened 20 years ago
Closed 20 years ago
Strange drop-down menu behavior
Categories
(Core :: Layout: Form Controls, defect)
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
Comment 1•20 years ago
|
||
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
Comment 2•20 years ago
|
||
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?
Updated•20 years ago
|
Component: General → Layout: Form Controls
Keywords: testcase
Product: Mozilla Application Suite → Core
Version: unspecified → Trunk
Comment 3•20 years ago
|
||
Check out the comments by Peter(6) at this link: http://forums.mozillazine.org/viewtopic.php?t=195846#1124907
Comment 4•20 years ago
|
||
And correspondingly this one, per Warforge, http://forums.mozillazine.org/viewtopic.php?p=1125174#1125174
Comment 5•20 years ago
|
||
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.
Comment 6•20 years ago
|
||
(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.
Comment 7•20 years ago
|
||
This one is minimised.
Comment 9•20 years ago
|
||
It's not a problem with the <!-- --> as testcase2 indicates...
Comment 10•20 years ago
|
||
(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.
Comment 11•20 years ago
|
||
Well, how about the theory Ger Teunis describes? http://forums.mozillazine.org/viewtopic.php?p=1125252#1125252
| Assignee | ||
Comment 12•20 years ago
|
||
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
Comment 13•20 years ago
|
||
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.
| Assignee | ||
Comment 14•20 years ago
|
||
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: 20 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.
Description
•