Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Intent to enable scrollbars by default for windows opened by window.open()

104 views
Skip to first unread message

Ben Tian

unread,
May 23, 2016, 2:31:04 AM5/23/16
to dev-pl...@lists.mozilla.org
Hi,

I’m planning to enable scrollbars by default for windows opened by
window.open().

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

This change intends to enable scrollbars by default when “scrollbars”
doesn't appear in the feature argument of window.open(), and to disable
only when opener pages specify explicitly. Currently window.open() disables
scrollbars by default unless the feature argument enables explicitly or is
an empty string. However in the majority of the cases the user will want to
be able to scroll, and a lot of accessibility docs recommend enabling
scrollbars by default.

Chrome and Safari don't provide a way to disable scrollbar, according to

https://bugzilla.mozilla.org/show_bug.cgi?id=1257887#c0

If you have any concern or know of regression on pages relying on current
behavior, please let me know.


-Ben

--
Ben Tian,
Engineering Manager
System Engineering Lead
Mozilla Corporation

Anne van Kesteren

unread,
May 23, 2016, 2:56:04 AM5/23/16
to Ben Tian, dev-platform
On Mon, May 23, 2016 at 8:25 AM, Ben Tian <bt...@mozilla.com> wrote:
> Chrome and Safari don't provide a way to disable scrollbar, according to
>
> https://bugzilla.mozilla.org/show_bug.cgi?id=1257887#c0
>
> If you have any concern or know of regression on pages relying on current
> behavior, please let me know.

Do we even offer control across origins?


--
https://annevankesteren.nl/

smaug

unread,
May 23, 2016, 4:55:36 PM5/23/16
to Anne van Kesteren, Ben Tian
What do you mean with this?

Andrew Overholt

unread,
Jan 17, 2018, 10:08:19 AM1/17/18
to Ben Tian, dev-platform
We got a bug report that things are not working here:
https://bugzilla.mozilla.org/show_bug.cgi?id=1429900. Ben, can you take a
look?

On Mon, May 23, 2016 at 2:25 AM, Ben Tian <bt...@mozilla.com> wrote:

> Hi,
>
> I’m planning to enable scrollbars by default for windows opened by
> window.open().
>
> Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1257887
>
> This change intends to enable scrollbars by default when “scrollbars”
> doesn't appear in the feature argument of window.open(), and to disable
> only when opener pages specify explicitly. Currently window.open() disables
> scrollbars by default unless the feature argument enables explicitly or is
> an empty string. However in the majority of the cases the user will want to
> be able to scroll, and a lot of accessibility docs recommend enabling
> scrollbars by default.
>
> Chrome and Safari don't provide a way to disable scrollbar, according to
>
> https://bugzilla.mozilla.org/show_bug.cgi?id=1257887#c0
>
> If you have any concern or know of regression on pages relying on current
> behavior, please let me know.
>
>
> -Ben
>
> --
> Ben Tian,
> Engineering Manager
> System Engineering Lead
> Mozilla Corporation
> _______________________________________________
> dev-platform mailing list
> dev-pl...@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-platform
>
0 new messages