WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
163432
[css-grid] Disable CSS Grid Layout runtime flag by default
https://bugs.webkit.org/show_bug.cgi?id=163432
Summary
[css-grid] Disable CSS Grid Layout runtime flag by default
Manuel Rego Casasnovas
Reported
2016-10-14 00:52:00 PDT
In
r201042
the runtime flags were enabled by default as Safari Technology Preview was lacking a UI to modify them. Now that it has a UI to enable/disable the flags we don't need that Grid Layout is enabled by default anymore.
Attachments
Patch
(1.99 KB, patch)
2016-10-14 00:55 PDT
,
Manuel Rego Casasnovas
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Manuel Rego Casasnovas
Comment 1
2016-10-14 00:55:00 PDT
Created
attachment 291588
[details]
Patch
WebKit Commit Bot
Comment 2
2016-10-17 00:25:48 PDT
Comment on
attachment 291588
[details]
Patch Clearing flags on attachment: 291588 Committed
r207402
: <
http://trac.webkit.org/changeset/207402
>
WebKit Commit Bot
Comment 3
2016-10-17 00:25:52 PDT
All reviewed patches have been landed. Closing bug.
Joseph Pecoraro
Comment 4
2016-10-17 16:37:19 PDT
This change caused some buttons in Web Inspector to break their position!! That said, I don't think we should roll this out, I think this is just exposing an issue that this runtime flag is affecting some things that it should be affecting. I'll investigate.
Sergio Villar Senin
Comment 5
2016-10-18 05:40:49 PDT
(In reply to
comment #4
)
> This change caused some buttons in Web Inspector to break their position!! > That said, I don't think we should roll this out, I think this is just > exposing an issue that this runtime flag is affecting some things that it > should be affecting. I'll investigate.
Is web inspector using grid layout? Sounds weird specially because we have not shipped it yet.
Javier Fernandez
Comment 6
2016-10-18 06:05:55 PDT
(In reply to
comment #5
)
> (In reply to
comment #4
) > > This change caused some buttons in Web Inspector to break their position!! > > That said, I don't think we should roll this out, I think this is just > > exposing an issue that this runtime flag is affecting some things that it > > should be affecting. I'll investigate. > > Is web inspector using grid layout? Sounds weird specially because we have > not shipped it yet.
The
bug #163572
has been filed precisely to track this issue. The problem is not grid itself, but the CSS Box Alignment properties it shares with Flexbox. Due to the different behavior of the new syntax, we need to use the runtime and compile flags to implement both code paths. BTW, there is already a proposed fix for
bug #163572
, so we can continue discussing the details there.
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