Closed
Bug 100511
Opened 23 years ago
Closed 23 years ago
[WFM]Impossible to make a selection in a comboBox (script, document.write)
Categories
(Core :: Layout: Form Controls, defect, P1)
Tracking
()
VERIFIED
FIXED
mozilla0.9.8
People
(Reporter: jrojas, Assigned: rods)
References
()
Details
(Keywords: regression, Whiteboard: Fixed? bug 34297 landed partially; test with Nov. 2 or newer builds)
Attachments
(1 file)
(deleted),
text/html
|
Details |
There is no way I can make a selection in that comboBox. You can open it but
when you click on the list it closes with no selection. If after opening it you
try to make the selection using keyboard the page scrolls leaving the list in
the same position of the screen.
Comment 1•23 years ago
|
||
same problem on WinNT4 + 2001091803
When I looked to source, I didn't find starting tag SELECT for this select-box.
It isn't in HTML or in document.write function.
In MSIE5.5 this select box works...
Comment 2•23 years ago
|
||
Comment 3•23 years ago
|
||
seeing this on current cvs linux as well. Over to form controls. The
javascript seems to be messing things up for us....
Assignee: asa → rods
Status: UNCONFIRMED → NEW
Component: Browser-General → HTML Form Controls
Ever confirmed: true
OS: Windows ME → All
QA Contact: doronr → madhur
Comment 4•23 years ago
|
||
Looks like 0.9.4 handles this. regression. ccing Harish in case his parser
changes somehow affected this (doubtful).
Keywords: regression
On my local tree ( 0.9.4 branch ), with all my changes, I'm able to the selection.
On my local tree ( 0.9.4 branch ), with all my changes, I'm able to make the
selection.
Comment 7•23 years ago
|
||
0.9.4 is able to do it. Latest CVS (2001091908 Linux) is not.
This will be fixed with the rewrite of select for bug 34297 (it is working
correctly). Depending on reviews, I am *guessing* this first patch will be in
within 2-4 weeks. (We hope to have the first rev. of the patch done this
weekend.) I'm adding a dependency.
The source of the problem is probably jesup's select insertion performance
improvement (bug 97345), but I can't be sure because I redid that in my patch.
The problem for me (which was probably also a problem for him) was the fact that
AppendChildTo() is called twice, once for the AppendChildTo(<SCRIPT>) and then
immediately afterwards (recursively) to the created <OPTION>. The catch is,
when the call is made to AppendChildTo(<OPTION>), the <SCRIPT> element is
already in the tree (in front of the option)! This means that the tree is no
longer flat, but since the AppendChildTo(<SCRIPT>) call that triggered it hasn't
finished, the select is not yet aware of this (it checks *after* calling the
parent AppendChildTo()).
Note that we have an artifact, even in 0.9.4, where a blank spot shows up at the
beginning of the list. This is (probably) unrelated. It still shows up after I
fix the bug in my tree. (I will file--or search for--a bug on this when I
finish the present patch).
Depends on: 34297
Comment 9•23 years ago
|
||
From the dup, if the <select> is the first tag on the page (before <html> and
<body>!), this bug doesn't occur.
Severity: normal → major
Summary: Impossible to make a selection in a comboBox → Impossible to make a selection in a comboBox (script, document.write)
Comment 10•23 years ago
|
||
*** Bug 100810 has been marked as a duplicate of this bug. ***
Comment 11•23 years ago
|
||
*** Bug 102680 has been marked as a duplicate of this bug. ***
Comment 12•23 years ago
|
||
*** Bug 103645 has been marked as a duplicate of this bug. ***
Comment 13•23 years ago
|
||
*** Bug 103642 has been marked as a duplicate of this bug. ***
Comment 14•23 years ago
|
||
*** Bug 99781 has been marked as a duplicate of this bug. ***
Comment 15•23 years ago
|
||
*** Bug 104726 has been marked as a duplicate of this bug. ***
Comment 16•23 years ago
|
||
*** Bug 104786 has been marked as a duplicate of this bug. ***
Comment 17•23 years ago
|
||
*** Bug 104832 has been marked as a duplicate of this bug. ***
Comment 18•23 years ago
|
||
*** Bug 104964 has been marked as a duplicate of this bug. ***
Comment 19•23 years ago
|
||
*** Bug 104985 has been marked as a duplicate of this bug. ***
Comment 20•23 years ago
|
||
*** Bug 105215 has been marked as a duplicate of this bug. ***
Comment 21•23 years ago
|
||
this seems to happen with every couple of new release of Mozilla, in 0.9.4 it
was ok, but not before (i recalll 0.9.2 was ok too) and now it is dead again.
Comment 22•23 years ago
|
||
*** Bug 105557 has been marked as a duplicate of this bug. ***
Comment 23•23 years ago
|
||
*** Bug 105695 has been marked as a duplicate of this bug. ***
Comment 24•23 years ago
|
||
*** Bug 105958 has been marked as a duplicate of this bug. ***
Comment 25•23 years ago
|
||
*** Bug 105947 has been marked as a duplicate of this bug. ***
Comment 26•23 years ago
|
||
*** Bug 105876 has been marked as a duplicate of this bug. ***
Comment 27•23 years ago
|
||
*** Bug 106089 has been marked as a duplicate of this bug. ***
Comment 28•23 years ago
|
||
*** Bug 105034 has been marked as a duplicate of this bug. ***
Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P1
Target Milestone: --- → mozilla0.9.6
Assignee | ||
Comment 29•23 years ago
|
||
This works for me with yesterday's build.
Summary: Impossible to make a selection in a comboBox (script, document.write) → [WFM]Impossible to make a selection in a comboBox (script, document.write)
Comment 30•23 years ago
|
||
Rods: This doesn't WFM with 2001102203 on Win2k, fwiw.
Comment 31•23 years ago
|
||
*** Bug 106371 has been marked as a duplicate of this bug. ***
Comment 32•23 years ago
|
||
Bug 91658 seems to be closely related, but still doesn't have a fix.
Comment 33•23 years ago
|
||
*** Bug 106579 has been marked as a duplicate of this bug. ***
Comment 34•23 years ago
|
||
*** Bug 105599 has been marked as a duplicate of this bug. ***
Comment 35•23 years ago
|
||
*** Bug 106926 has been marked as a duplicate of this bug. ***
Comment 36•23 years ago
|
||
*** Bug 106900 has been marked as a duplicate of this bug. ***
Comment 37•23 years ago
|
||
*** Bug 107070 has been marked as a duplicate of this bug. ***
Comment 38•23 years ago
|
||
*** Bug 107197 has been marked as a duplicate of this bug. ***
Comment 39•23 years ago
|
||
*** Bug 107388 has been marked as a duplicate of this bug. ***
Comment 40•23 years ago
|
||
*** Bug 107903 has been marked as a duplicate of this bug. ***
Comment 41•23 years ago
|
||
*** Bug 107690 has been marked as a duplicate of this bug. ***
Comment 42•23 years ago
|
||
Hmm... I've seen bugs marked 'mostfreq' for less duplicates than this!
Updated•23 years ago
|
Whiteboard: Fixed? bug 34297 landed partially; test with Nov. 2 or newer builds
Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla0.9.6 → mozilla0.9.8
Comment 43•23 years ago
|
||
Reinout: the mostfreq keyword was removed since we now have the more accurate
http://bugzilla.mozilla.org/duplicates.cgi and
http://bugzilla.mozilla.org/duplicates.cgi?sortby=delta&changedsince=7 to tell
us which bugs have the most dups and which bugs are gathering dups quickly.
Comment 44•23 years ago
|
||
Fixed with bug 34297 landing.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 45•23 years ago
|
||
*** Bug 108355 has been marked as a duplicate of this bug. ***
Comment 46•23 years ago
|
||
This definitely fixed the bug I'd reported (in a different bug now duped to this
one). Thanks for the effort. Great job!
Comment 47•23 years ago
|
||
*** Bug 108554 has been marked as a duplicate of this bug. ***
Comment 48•23 years ago
|
||
verified fixed on win2000 build ID: 2001-11-08-06trunk
Status: RESOLVED → VERIFIED
Comment 49•23 years ago
|
||
*** Bug 109484 has been marked as a duplicate of this bug. ***
Comment 50•23 years ago
|
||
*** Bug 110862 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•