RESOLVED FIXED 75005
Web Inspector: TabbedPane should use tabElement width measuring to layout tab elements when width is too small to fit them.
https://bugs.webkit.org/show_bug.cgi?id=75005
Summary Web Inspector: TabbedPane should use tabElement width measuring to layout tab...
Vsevolod Vlasov
Reported 2011-12-21 04:28:25 PST
TabbedPane should use tabElement width measuring to layout tab elements when width is too small to fit them.
Attachments
Patch (12.54 KB, patch)
2011-12-21 05:32 PST, Vsevolod Vlasov
pfeldman: review+
Vsevolod Vlasov
Comment 1 2011-12-21 05:32:45 PST
Pavel Feldman
Comment 2 2011-12-21 05:55:32 PST
Comment on attachment 120172 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=120172&action=review > Source/WebCore/inspector/front-end/TabbedPane.js:85 > + this._maybeMeasureAndUpdate(); onResize is anyways getting called. > Source/WebCore/inspector/front-end/TabbedPane.js:150 > + for (var i = measuredWidths.length - 1; i > 0; i--) { --i
Vsevolod Vlasov
Comment 3 2011-12-21 06:39:08 PST
Note You need to log in before you can comment on or make changes to this bug.