Bug 49439 - Web Inspector: [refactoring] do not use absolute positioning for tabbed panes
Summary: Web Inspector: [refactoring] do not use absolute positioning for tabbed panes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Andrey Kosyakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-12 04:57 PST by Andrey Kosyakov
Modified: 2010-11-12 05:34 PST (History)
11 users (show)

See Also:


Attachments
patch (4.60 KB, patch)
2010-11-12 05:04 PST, Andrey Kosyakov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Kosyakov 2010-11-12 04:57:22 PST
Tabbed panes currently use absolute positioning to put them right under the header with tabs. This is inconvenient from maintenance prospective and requires additional CSS rules. Ideally, the contents of a tabbed pane should not depend on whether it is displayed within a tab or outside of it.
Comment 1 Andrey Kosyakov 2010-11-12 05:04:51 PST
Created attachment 73728 [details]
patch
Comment 2 WebKit Commit Bot 2010-11-12 05:34:43 PST
Comment on attachment 73728 [details]
patch

Clearing flags on attachment: 73728

Committed r71906: <http://trac.webkit.org/changeset/71906>
Comment 3 WebKit Commit Bot 2010-11-12 05:34:48 PST
All reviewed patches have been landed.  Closing bug.