RESOLVED FIXED 192390
Web Inspector: SelectionController should not extend the selection when allowsMultipleSelection is false
https://bugs.webkit.org/show_bug.cgi?id=192390
Summary Web Inspector: SelectionController should not extend the selection when allow...
Matt Baker
Reported 2018-12-04 18:13:57 PST
Summary: SelectionController should not extend the selection when allowsMultipleSelection is false. Note: It isn't possible to circumvent the `allowsMultipleSelection` flag using the UI (by shift/command-clicking). This change will prevent circumventing the flag by setting `extendSelection = true` when calling `SelectionController.prototype.selectItem`.
Attachments
Patch (5.50 KB, patch)
2018-12-04 18:21 PST, Matt Baker
no flags
Radar WebKit Bug Importer
Comment 1 2018-12-04 18:14:31 PST
Matt Baker
Comment 2 2018-12-04 18:21:46 PST
Devin Rousso
Comment 3 2018-12-05 15:24:28 PST
Comment on attachment 356567 [details] Patch r=me
WebKit Commit Bot
Comment 4 2018-12-05 15:50:16 PST
Comment on attachment 356567 [details] Patch Clearing flags on attachment: 356567 Committed r238914: <https://trac.webkit.org/changeset/238914>
WebKit Commit Bot
Comment 5 2018-12-05 15:50:17 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.