| Summary: | Web Inspector: Add flex alignment section to Visual sidebar | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Devin Rousso <hi> | ||||
| Component: | Web Inspector | Assignee: | Devin Rousso <hi> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | bburg, commit-queue, graouts, joepeck, mattbaker, nvasilyev, timothy, webkit-bug-importer | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | WebKit Nightly Build | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 147563 | ||||||
| Attachments: |
|
||||||
|
Description
Devin Rousso
2015-08-20 14:04:51 PDT
Created attachment 259517 [details]
Patch
Comment on attachment 259517 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=259517&action=review > Source/WebInspectorUI/UserInterface/Views/VisualStyleDetailsPanel.js:590 > + advanced: advancedAlignmentKeywords.concat(["Space Evenly"]) Really advanced? I could see this being in the basic list. Comment on attachment 259517 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=259517&action=review >> Source/WebInspectorUI/UserInterface/Views/VisualStyleDetailsPanel.js:590 >> + advanced: advancedAlignmentKeywords.concat(["Space Evenly"]) > > Really advanced? I could see this being in the basic list. I put it in the advanced list because it is a CSS Grid layout keyword and doesn't work for Flexbox. Since Grid is much less supported than Flexbox, I don't want the users getting confused. Comment on attachment 259517 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=259517&action=review >>> Source/WebInspectorUI/UserInterface/Views/VisualStyleDetailsPanel.js:590 >>> + advanced: advancedAlignmentKeywords.concat(["Space Evenly"]) >> >> Really advanced? I could see this being in the basic list. > > I put it in the advanced list because it is a CSS Grid layout keyword and doesn't work for Flexbox. Since Grid is much less supported than Flexbox, I don't want the users getting confused. Makes sense. Comment on attachment 259517 [details] Patch Clearing flags on attachment: 259517 Committed r188733: <http://trac.webkit.org/changeset/188733> All reviewed patches have been landed. Closing bug. |