RESOLVED FIXED 80507
Web Inspector: [Styles] Click in the first line of rule while editing property starts a new property
https://bugs.webkit.org/show_bug.cgi?id=80507
Summary Web Inspector: [Styles] Click in the first line of rule while editing propert...
Alexander Pavlov (apavlov)
Reported 2012-03-07 04:52:10 PST
Patch to follow.
Attachments
Patch (2.09 KB, patch)
2012-03-07 05:05 PST, Alexander Pavlov (apavlov)
no flags
Patch (3.27 KB, patch)
2012-03-07 07:13 PST, Alexander Pavlov (apavlov)
vsevik: review+
Alexander Pavlov (apavlov)
Comment 1 2012-03-07 05:05:40 PST
Vsevolod Vlasov
Comment 2 2012-03-07 06:36:37 PST
Comment on attachment 130601 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=130601&action=review > Source/WebCore/inspector/front-end/StylesSidebarPane.js:980 > + selectorContainer.addEventListener("mousedown", this._handleEmptySpaceMouseDown.bind(this), false); We have the same problem for each rule element also. > Source/WebCore/inspector/front-end/StylesSidebarPane.js:1181 > + var willCauseCancelEditing = this._willCauseCancelEditing; Could you please extract this method?
Alexander Pavlov (apavlov)
Comment 3 2012-03-07 07:13:20 PST
Vsevolod Vlasov
Comment 4 2012-03-07 07:37:37 PST
Comment on attachment 130621 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=130621&action=review > Source/WebCore/inspector/front-end/StylesSidebarPane.js:2031 > + if (this.section._checkWillCancelEditing()) Consider renaming _startEditing to _mouseClicked.
Alexander Pavlov (apavlov)
Comment 5 2012-03-09 01:52:13 PST
Note You need to log in before you can comment on or make changes to this bug.