WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
75085
Web Inspector: TabbedPane should support closeable tabs, hiding tabs into drop down menu.
https://bugs.webkit.org/show_bug.cgi?id=75085
Summary
Web Inspector: TabbedPane should support closeable tabs, hiding tabs into dro...
Vsevolod Vlasov
Reported
2011-12-22 06:54:55 PST
TabbedPane should support closeable tabs, hiding tabs into drop down menu.
Attachments
Patch
(37.02 KB, patch)
2011-12-22 07:41 PST
,
Vsevolod Vlasov
pfeldman
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Timothy Hatcher
Comment 1
2011-12-22 07:33:40 PST
What are the plans for this? Bugs like this should communicate the "why is this needed".
Vsevolod Vlasov
Comment 2
2011-12-22 07:41:18 PST
Created
attachment 120320
[details]
Patch
Pavel Feldman
Comment 3
2011-12-22 08:00:47 PST
Comment on
attachment 120320
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=120320&action=review
> Source/WebCore/inspector/front-end/TabbedPane.js:37 > +WebInspector.TabbedPane = function(shrinkableTabs, closeableTabs)
Since you don't use these values in the constructor, prefer setShrinkableTabs and setCloseableTabs (or use the setters notation).
> Source/WebCore/inspector/front-end/inspector.css:1732 > +.tabbed-pane-header .tabbed-pane-header-tab-title {
Unless tabbed pane stops being a View, please place these into a lazily loaded tabbedPane.css.
> LayoutTests/inspector/tabbed-pane-tabs-to-show.html:38 > + testWidthsAndHistory([50, 50, 60, 60, 70, 70], [0, 1, 2, 3, 4, 5], 370);
Too much copy-paste?
Timothy Hatcher
Comment 4
2011-12-22 08:13:42 PST
Please include the "why". It helps others working on the project that might not know your/Google's plans for things.
Vsevolod Vlasov
Comment 5
2011-12-22 09:39:35 PST
I created a meta bug for some scripts panel improvements that we plan to implement. See
https://bugs.webkit.org/show_bug.cgi?id=75093
. We already have (disabled) navigator in scripts panel. Currently its behavior is somewhat inconsistent: - single click on a script opens it, while single click on a folder does nothing. - keyboard navigating results in all the scripts opened. It would be better to change this behavior to open scripts on double click in tabs.
Vsevolod Vlasov
Comment 6
2011-12-22 10:31:53 PST
Committed
r103555
: <
http://trac.webkit.org/changeset/103555
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug