(In reply to comment #27) > > + nsPoint currentScrollPos = scrollableFrame->GetScrollPosition(); > > + nsRect visibleRectOfScrolledFrame = scrollableFrame->GetScrollPortRect(); > > + visibleRectOfScrolledFrame.MoveTo(currentScrollPos); > > This should be scrollableFrame->GetScrollPortRect() + curentScrollPos, right?
Oops, I changed to: > 1.62 + nsRect visibleRectOfScrolledFrame = > 1.63 + scrollableFrame->GetScrollPortRect() + > scrollableFrame->GetScrollPosition(); This is same as my original code only when GetScrollPortRect() is positioned 0, 0. Is that always true?? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/744580 Title: Firefox doesn't auto scroll when selecting content downwards To manage notifications about this bug go to: https://bugs.launchpad.net/firefox/+bug/744580/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
