WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
28237
Pan Scrolling and Panning don't jump out of frames, while mouse wheel events do
https://bugs.webkit.org/show_bug.cgi?id=28237
Summary
Pan Scrolling and Panning don't jump out of frames, while mouse wheel events do
Brian Weinstein
Reported
2009-08-12 15:58:08 PDT
If your mouse is in a frame that can scroll, and you mousewheel to the bottom of the frame, the scrolling action will continue to its parent (usually the document). However, if you are panscrolling, when you scroll to the bottom of the frame, the scrolling does not continue to scroll the parent, and just stops the scrolling when it is done scrolling the frame. I am not sure if this is by design or a bug, but I am filing it here to open up discussion on the proper behavior. Fixing this to continue panscrolling/panning to the parent would have 2 benefits: 1) It would make these ways of scrolling more like mousewheel scrolling. 2) It would make scrolling frames and iFrames functionally equivalent to scrolling divs with overflow. On the attached URL, go into one of the iFrames with scrollbars, and try mouse-wheeling and pan-scrolling to reproduce the behavior that is discussed here.
Attachments
Fix
(3.23 KB, patch)
2009-09-03 11:31 PDT
,
Brian Weinstein
eric
: review-
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Brian Weinstein
Comment 1
2009-09-03 11:31:27 PDT
Created
attachment 38999
[details]
Fix I'm not sure if this is a behavior we want, the upsides are listed in the initial bug report.
Adam Roben (:aroben)
Comment 2
2009-09-03 12:54:38 PDT
What does IE do?
Adam Roben (:aroben)
Comment 3
2009-09-03 12:55:23 PDT
Hyatt should probably have a look at this, too.
Brian Weinstein
Comment 4
2009-09-03 12:59:29 PDT
IE doesn't jump out of frames or divs with overflow. Firefox doesn't even pan scroll divs with overflow and doesn't jump out of iFrames. Opera doesn't pan scroll divs with overflow either, and doesn't jump out of iFrames.
Eric Seidel (no email)
Comment 5
2009-09-04 00:34:36 PDT
Comment on
attachment 38999
[details]
Fix Can't we write a LayoutTest for this? Seems we either need a test, or an explanation in the ChangeLog as to why testing is impossible.
Antonio Gomes
Comment 6
2010-11-29 08:36:23 PST
Brian, planning to working on the layout test? If not, I can try to finish your work.
Brian Weinstein
Comment 7
2010-11-29 09:49:22 PST
(In reply to
comment #6
)
> Brian, planning to working on the layout test? If not, I can try to finish your work.
There was some debate on whether or not this was the desired behavior, and if this bug should just be closed as RESOLVED/WONTFIX or something along those lines. This was a while ago, so I don't completely remember all that was discussed, but I can ask around and see if anyone else remembers anything. I wasn't planning to come back to this any time soon, so if you want to put together a layout test for it, that would be great. It should be doable.
Antonio Gomes
Comment 8
2010-11-29 12:29:56 PST
> There was some debate on whether or not this was the desired behavior, and if this bug should just be closed as RESOLVED/WONTFIX or something along those lines. This was a while ago, so I don't completely remember all that was discussed, but I can ask around and see if anyone else remembers anything.
Brian, please ask. I would gladly help with that if it is the way to go OR remove this fixed from the code and WONTFIX this bug. Thanks
Terry Anderson
Comment 9
2013-03-01 17:48:23 PST
I have been doing work in this area and wanted to know if this issue is still relevant.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug