Bug 16005 - Hovering in the breadcrumbs causes jumpy behavior
Summary: Hovering in the breadcrumbs causes jumpy behavior
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: Timothy Hatcher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-15 14:07 PST by Timothy Hatcher
Modified: 2007-11-15 16:08 PST (History)
1 user (show)

See Also:


Attachments
Patch (16.46 KB, patch)
2007-11-15 14:23 PST, Timothy Hatcher
aroben: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Hatcher 2007-11-15 14:07:18 PST
The recent change to collapse the breadcrumbs made the hovering very twitchy and hard to hit crumbs.
There are some other changes that can be made to better collapse and compact crumbs.
Comment 1 Timothy Hatcher 2007-11-15 14:23:58 PST
Created attachment 17301 [details]
Patch
Comment 2 Adam Roben (:aroben) 2007-11-15 14:34:10 PST
Comment on attachment 17301 [details]
Patch

I think it would be less confusing to talk about "child" and "ancestor" crumbs instead of "right" and "left".

+             // When not focused on a crumb we can be biased and collapse less import

Typo: import -> important

r=me
Comment 3 Timothy Hatcher 2007-11-15 16:08:20 PST
Landed in r27827. http://trac.webkit.org/projects/webkit/changeset/27827