Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add IA2_SCROLL_TYPE_*MIDDLE scrolling types #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sthibaul
Copy link

Add IA2_SCROLL_TYPE_MIDDLE, IA2_SCROLL_TYPE_HORIZONTAL_MIDDLE, and
IA2_SCROLL_TYPE_VERTICAL_MIDDLE.

These have become necessary for scrolling web page pieces into view because
the top or bottom of pages are now very often hidden under banners and
webbrowser have a hard time detecting that, as discussed on:

https://bugzilla.mozilla.org/show_bug.cgi?id=1572680

Signed-off-by: Samuel Thibault samuel.thibault@ens-lyon.org

Add IA2_SCROLL_TYPE_MIDDLE, IA2_SCROLL_TYPE_HORIZONTAL_MIDDLE, and
IA2_SCROLL_TYPE_VERTICAL_MIDDLE.

These have become necessary for scrolling web page pieces into view because
the top or bottom of pages are now very often hidden under banners and
webbrowser have a hard time detecting that, as discussed on:

https://bugzilla.mozilla.org/show_bug.cgi?id=1572680

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
@sthibaul
Copy link
Author

I'm not sure if we want the separate horizontal and vertical versions, I guess e.g. Orca would only use the middle version.

@sthibaul
Copy link
Author

(perhaps we'd rather name it "center" instead of "middle")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant