RESOLVED FIXED 153007
Web Inspector: Sidebar's should remember their width's
https://bugs.webkit.org/show_bug.cgi?id=153007
Summary Web Inspector: Sidebar's should remember their width's
Devin Rousso
Reported 2016-01-12 00:49:52 PST
r194879 <https://bugs.webkit.org/show_bug.cgi?id=152473> introduced the ability for sidebar panels to calculate their minimum widths. This functionality works correctly, but there is an issue when the user switches to a view with the sidebar collapsed and then switches back to the first view. Since the second view essentially had a sidebar width of 0, the first view recalculates the width of the sidebar to its minimum, regardless of how large the user had it before he changed views. It is very annoying to have to keep resizing the sidebar to a larger width, so I think it would be better to have the sidebar's remember their previous width and restore it (clamped to the min/max of the current inspector width) whenever a view changes.
Attachments
Patch (5.05 KB, patch)
2016-01-21 22:57 PST, Devin Rousso
no flags
Radar WebKit Bug Importer
Comment 1 2016-01-14 18:29:30 PST
Devin Rousso
Comment 2 2016-01-21 22:57:36 PST
WebKit Commit Bot
Comment 3 2016-01-22 10:08:09 PST
Comment on attachment 269552 [details] Patch Clearing flags on attachment: 269552 Committed r195456: <http://trac.webkit.org/changeset/195456>
WebKit Commit Bot
Comment 4 2016-01-22 10:08:14 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.