Bug 98887

Summary: Web Inspector: [Elements] Breadcrumbs are not updated upon involved elements' className changes
Product: WebKit Reporter: Alexander Pavlov (apavlov) <apavlov>
Component: Web Inspector (Deprecated)Assignee: Alexander Pavlov (apavlov) <apavlov>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, webkit.review.bot, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Description Alexander Pavlov (apavlov) 2012-10-10 05:24:33 PDT
1. Open page http://bootstrapdocs.com/v2.0.4/docs/components.html 
2. Inspect div.subnav element (white menu)
3. Scroll to the middle of page until second menu (white) will be fixed. New class .subnav-fixed will be added to element, you can see it in source code, tags path at the bottom display it correct.
4. Now scroll to the top, source code will display correct classes for menu - .subnav, but tags path will be as it was - .subnav.subnav-fixed

Upstreaming http://code.google.com/p/chromium/issues/detail?id=152882
Comment 1 Alexander Pavlov (apavlov) 2012-10-10 06:16:49 PDT
Created attachment 167987 [details]
Patch
Comment 2 WebKit Review Bot 2012-10-11 02:50:38 PDT
Comment on attachment 167987 [details]
Patch

Clearing flags on attachment: 167987

Committed r131035: <http://trac.webkit.org/changeset/131035>
Comment 3 WebKit Review Bot 2012-10-11 02:50:41 PDT
All reviewed patches have been landed.  Closing bug.