Closed
Bug 289730
Opened 20 years ago
Closed 20 years ago
[FIXr]select dropdown menus missing some options
Categories
(Core :: Layout: Form Controls, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla1.8beta2
People
(Reporter: ajschult784, Assigned: bzbarsky)
References
()
Details
(Keywords: regression, testcase)
Attachments
(2 files)
(deleted),
text/html
|
Details | |
(deleted),
patch
|
roc
:
review+
roc
:
superreview+
asa
:
approval1.8b2+
|
Details | Diff | Splinter Review |
With linux trunk build 20050409, I don't see all the appropriate options listed
in the select dropdown menu for Component when changing a bug report's product.
This regressed between linux trunk builds 2005040605 and 2005040703. Backing
out the patch from bug 289311 made the problem go away.
I'll attach a testcase, but you can't see the bug unless you pause the input
stream while it's loading. The document.body.offsetHeight trick doesn't work.
To see the bug, I had to have a php script deliver the testcase and pause for at
least 0.3 seconds periodically during load.
Reporter | ||
Comment 1•20 years ago
|
||
loading this with linux trunk 20050409, I usually only see 4 and 5 or 1, 4 and
5.
Reporter | ||
Updated•20 years ago
|
Flags: blocking1.8b2?
Could bug 289589 be related?
Assignee | ||
Comment 3•20 years ago
|
||
Reliable testcase at http://landfill.mozilla.org/ryl/testSelect1.cgi
Blocks: 289589
Priority: -- → P1
Summary: select dropdown menus missing some options → [FIX]select dropdown menus missing some options
Target Milestone: --- → mozilla1.8beta2
Assignee | ||
Comment 4•20 years ago
|
||
I think the comments in the patch sum up what's going on. I made sure that
this doesn't regress bug 282607 or bug 283117.
Attachment #180327 -
Flags: superreview?(roc)
Attachment #180327 -
Flags: review?(roc)
Comment on attachment 180327 [details] [diff] [review]
Patch
ick
Attachment #180327 -
Flags: superreview?(roc)
Attachment #180327 -
Flags: superreview+
Attachment #180327 -
Flags: review?(roc)
Attachment #180327 -
Flags: review+
Assignee | ||
Updated•20 years ago
|
Summary: [FIX]select dropdown menus missing some options → [FIXr]select dropdown menus missing some options
Assignee | ||
Comment 6•20 years ago
|
||
Comment on attachment 180327 [details] [diff] [review]
Patch
This should be reasonably safe and fixes rendering of <select>s when the server
is being slow...
Attachment #180327 -
Flags: approval1.8b2?
Comment 7•20 years ago
|
||
Comment on attachment 180327 [details] [diff] [review]
Patch
a=asa
Attachment #180327 -
Flags: approval1.8b2? → approval1.8b2+
Assignee | ||
Comment 8•20 years ago
|
||
Fixed.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Flags: blocking1.8b2?
You need to log in
before you can comment on or make changes to this bug.
Description
•