Issue 4543: Don't jump to next CSS property value's inline editor, if a semicolon is entered inside a string
Steps to reproduce
- Inspect the white
<div>
above (#element1
)
- Switch to the HTML panel and there to the Style side panel (if you're not already there)
- Click on the value of the
background
property to start editing it
- Move the text cursor between the
g
and the b
of pngbase64
- Type a semicolon
- Click somewhere outside of the input field to stop editing
Expected Result
- The semicolon will be entered and the Firebug logo appears inside the <div>