Closed
Bug 143548
Opened 24 years ago
Closed 22 years ago
wrong behavior after selection in dropdown box
Categories
(Core :: Layout, defect, P2)
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: etreise, Assigned: john)
References
()
Details
Attachments
(1 file)
|
23.72 KB,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0rc1)
Gecko/20020417
BuildID: 2002041711
On this page there is a dropdown box to select a manufacturer of mobile phones.
If i selelct one, both dropdown boxes disappear. Even going back or relading
does not bring the dropdown boxes back. In IE6.0 there are no problems here.
Reproducible: Always
Steps to Reproduce:
1. goto http://www.xonio.com/application/handyvergleich/handyvergleich.html
2. select a manufacturer in the first dropdown box
Actual Results: both dropdown boxes disappear
Expected Results: the second dropdown box should be enabled to select a mobile
phone
Comment 1•24 years ago
|
||
Confirming bug with Mozilla trunk build 20020508xx on WinNT
This has something to do with the cache. If I get into a state
where both selectboxes are missing, Reload does not help:
but Shift+Reload makes the selectboxes show up.
Similarly, if I go into Edit > Preferences > Advanced > Cache,
and clear the memory and disk cache, then hitting Reload alone
will make the selectboxes show up.
Don't know the exact component for this, but it's not JavaScript Engine.
There are no errors in the JavaScript Console. Reassigning to
Networking:Cache as a guess; please reassign as necessary; thanks -
Assignee: rogerl → gordon
Status: UNCONFIRMED → NEW
Component: JavaScript Engine → Networking: Cache
Ever confirmed: true
QA Contact: pschwartau → tever
Comment 2•24 years ago
|
||
i can reproduce this bug,i will research it
It's unlikely this is a bug in the cache, but rather one of the cache clients is
possibly mis-storing data. What causes the boxes to disappear in the first
place? If that gets saved in the cache, then it's no surprise it won't get
fixed until a shift-reload or clear cache occurs.
This should probably be a different component. Radha, is this related to wyciwyg?
Comment 4•23 years ago
|
||
I think this is a problem in rendering. Once a model is selected, a new page is
loaded, but the section that has the selection box is not rendered. The button
underneath it, "Handy anzeigen" is rendered over the text above the selection
box. However, if you do a view-source, you can see the source for the selection
boxes. so, I think cache has the right source, but somehow it does not show up
on the screen. I do not see any document.write() for this part of the page though.
Reassigning to Layout, but maybe Widgets would be a better choice.
Assignee: gordon → attinasi
Component: Networking: Cache → Layout
QA Contact: tever → petersen
Comment 6•23 years ago
|
||
-> JKeiser
Assignee: attinasi → jkeiser
Priority: -- → P2
Target Milestone: --- → Future
Comment 7•23 years ago
|
||
Reproduced in 1/02/02 Trunk build, Win XP. Minimised Test Case Attached.
Additional note: Reloading page makes all elements appear correctly.
Comment 8•23 years ago
|
||
| Assignee | ||
Comment 9•23 years ago
|
||
hmm, the font isn't mattering anymore, just size.
*** This bug has been marked as a duplicate of 108127 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Comment 10•23 years ago
|
||
eek, I duped the wrong bug.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
| Assignee | ||
Comment 11•23 years ago
|
||
WFM WinXP 2003012908. Am I doing something wrong? Here are my steps:
1. Go to http://www.xonio.com/application/handyvergleich/handyvergleich.html
2. Select LG Electronics in the left dropdown (the "Hersteller wahlen" one)
3. A new page appears with "LG Electronics" on the left and a list of choices on
the right.
From reading this bug, that seems like the right behavior. My impression is the
behavior you were seeing was that in #3 both dropdowns would disappear.
Comment 12•22 years ago
|
||
Marking WFM using 20040206 in WinME (Win32).
Reporter, if still a problem when using a current build, please re-open or
create a new bug.
Status: REOPENED → RESOLVED
Closed: 23 years ago → 22 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 13•22 years ago
|
||
WFM with Mozilla 1.6 in WinXP.
Thanks
You need to log in
before you can comment on or make changes to this bug.
Description
•