Bug 67525

Summary: Web Inspector: Click on "Timelines" in TimelinePanel starts open file dialog.
Product: WebKit Reporter: Vsevolod Vlasov <vsevik>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, vsevik, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Description Vsevolod Vlasov 2011-09-02 14:49:58 PDT
Click on "Timelines" in TimelinePanel starts open file dialog.

I ma having this issue in Chrome 15 on win, I am not sure if it is reproducible on other platforms.

I guess file input created on the following line should have zero height, otherwise it steals catches the click event.
http://codesearch.google.com/codesearch#OAMlx_jo-ck/src/third_party/WebKit/Source/WebCore/inspector/front-end/TimelinePanel.js&exact_package=chromium&q=timelinepanel&type=cs&l=252
Comment 1 Vsevolod Vlasov 2011-09-19 07:55:04 PDT

*** This bug has been marked as a duplicate of bug 68312 ***