Bug 245768
| Summary: | Web Inspector: New CSS property unexpectedly dropped from empty CSS rule when tabbing through or editing selector | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Karl Dubost <karlcow> |
| Component: | Web Inspector | Assignee: | Razvan Caliman <rcaliman> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | hi, inspector-bugzilla-changes, pangle, rcaliman, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari Technology Preview | ||
| Hardware: | All | ||
| OS: | All | ||
Karl Dubost
1. Enter in the URL bar: data:text/html,<div>
2. Open Web Inspector
3. On the Elements tab
4. select the div element under body
4. Click at the bottom on the second column on the plus sign
5. it adds a div at the top of the second column in the style editor
6. TAB It goes to the property section
7. Type "out" Then TAB
8. It sometimes go to the value section with outline being completed
9. For the value, type: 1px border red Then TAB
Expected:
outline {1px border red} is set.
Actual:
Everything disappears
This is happening very often when tabbing in this context.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/100492875>
Razvan Caliman
Pull request: https://github.com/WebKit/WebKit/pull/11548
EWS
Committed 261861@main (84150ea85574): <https://commits.webkit.org/261861@main>
Reviewed commits have been landed. Closing PR #11548 and removing active labels.