Closed
Bug 206897
Opened 23 years ago
Closed 3 years ago
ondblClick in body is triggered when double-clicking on scroll bars and scroll arrows
Categories
(Core :: DOM: Events, defect, P5)
Core
DOM: Events
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: jpd, Unassigned)
References
()
Details
(Keywords: modern)
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.4b) Gecko/20030522
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.4b) Gecko/20030522
On a long page that uses an "ondblclick" handler in the body tag (see
http://www.rci.rutgers.edu/~jpd/wakka/LongPage for an example), repeatedly
clicking on the grey area in the scroll bar beneath the elevator will trigger
the handler, just as if you had double-clicked on the page itself. In the
example, double-clicking the body will bring you to the edit page for the wiki.
Using the Modern theme, this seems to affect clicking the down-arrow too,
although I did not notice that when I was using the Orbit3+1 theme.
Reproducible: Always
Steps to Reproduce:
1. Go to http://www.rci.rutgers.edu/~jpd/wakka/LongPage
2. click twice in the scroll bar to move the page down two screenfuls
3. Notice that a new page is loading, wait a second and you will be in the
wiki's edit mode.
Actual Results:
The body's ondblClick handler is triggered
Expected Results:
Clicking the scroll bar should only affect scrolling, and not pass through to
the body of the page.
| Reporter | ||
Comment 1•23 years ago
|
||
Scroll arrows are affected in Orbit3+1 as well.
I've duplicated the behavior on a Windows XP machine running Mozilla 1.3
OS: MacOS X → All
Hardware: Macintosh → All
Summary: ondblClick in body is triggered when double-clicking on scroll bars → ondblClick in body is triggered when double-clicking on scroll bars and scroll arrows
Confirmed using FizzillaMach/2003-05-20-08-trunk only with the Modern theme.
Reassigning to Themes.
Assignee: dom_bugs → shliang
Severity: normal → major
Status: UNCONFIRMED → NEW
Component: DOM Level 0 → Themes
Ever confirmed: true
Keywords: modern
QA Contact: ashishbhatt → pmac
Comment 3•23 years ago
|
||
This happens with all themes on Linux, actually. This is not likely to be a
theme-specific thing, but native widget stuff may interfere in some cases....
Assignee: shliang → saari
Component: Themes → DOM Events
QA Contact: pmac → desale
Comment 4•21 years ago
|
||
*** Bug 257576 has been marked as a duplicate of this bug. ***
Updated•16 years ago
|
Assignee: saari → nobody
QA Contact: desale → events
Comment 5•7 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Comment 6•4 years ago
|
||
Hey Joseph,
Can you still reproduce this or should we close it?
Flags: needinfo?(jpd)
Comment 7•3 years ago
|
||
Redirect a needinfo that is pending on an inactive user to the triage owner.
:hsinyi, since the bug has high severity, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(jpd) → needinfo?(htsai)
Comment 8•3 years ago
|
||
In the process of migrating remaining bugs to the new severity system, the severity for this bug cannot be automatically determined. Please retriage this bug using the new severity system.
Severity: major → --
Comment 9•3 years ago
|
||
It's a very old report and the website in the original reported isn't valid. I'm going to close this as INCOMPLETE.
Please file a new issue.
Status: NEW → RESOLVED
Closed: 3 years ago
Flags: needinfo?(htsai)
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•