Closed
Bug 6982
Opened 26 years ago
Closed 25 years ago
clicking in white space of table header scrolls up
Categories
(Core :: DOM: Selection, defect, P3)
Tracking
()
People
(Reporter: cpratt, Assigned: mjudge)
References
()
Details
build id: 1999052308
platform: tested on NT 4
to reproduce: go to the above url. scroll down. click to the left of the text.
result: the page scrolls back up and the date is selected, even though you
didn't make any text-selection gestures.
expected result: nothing happens - the date should not be selected and the page
should not scroll back up.
the source html for this page shows that the date is in a left-aligned table
header (if that helps). presumably, clicking anywhere in the area of the table
header seems to think that means you want to selected text in the header?
Comment 1•26 years ago
|
||
Is this at all related to bug 5593? Anyone, anyone, Buehler? cc'ing joki just in case.
Updated•26 years ago
|
Summary: clicking in white space selects nearest text, scrolls up → clicking in white of table header space scrolls up
Comment 2•26 years ago
|
||
the current behavior is simply to scroll up when that whitespace is clicked(personally I believe that's b/c bug 5593 is fixed). To the
eye of this humble observer it would seem that the table header cell is key as that is the *only* white-space you can click in to
trigger this action. 1999061514 build. This bug is of course cross platform and reproducible with all the current builds
(1999061514)
Updated•26 years ago
|
Summary: clicking in white of table header space scrolls up → clicking in white space of table header scrolls up
Comment 3•26 years ago
|
||
changing summaryto English this time - sorry
Per a request from Selection and Search component eng (mjudge) and qa (elig),
moving all "Selection and Search" bugs to new "Selection" component. Original
"Selection and Search" component will be retired.
Updated•26 years ago
|
QA Contact: claudius → elig
Comment 5•26 years ago
|
||
[QA Assigning to self.]
tree is hoarked now. cant verify. will verify and fix when tree is more tame
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
well this bug is because of the same issue with images scrolling when they are
clicked on. when you click on a frame it is by definition in view. so no
scrolling is necessary. i will make this a dup of the image issue 9979 since the
fix for 1 will fix the other.
*** This bug has been marked as a duplicate of 9979 ***
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 8•25 years ago
|
||
Rubber-stamping verified as duplicate based on description.
Noting (for employee review) that this bug was marked as a duplicate of another
bug that was entered nearly two months after this one.
You need to log in
before you can comment on or make changes to this bug.
Description
•