Bug 67124

Summary: Web Inspector: <button hidden>..</button> has a different computed "display" value than "none"
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, rniwa, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 67185    
Bug Blocks:    
Attachments:
Description Flags
[PATCH] Suggested fix
none
[PATCH] Remove an unused local variable yurys: review+

Alexander Pavlov (apavlov)
Reported 2011-08-29 06:06:26 PDT
1. Create an empty HTML page that contains <button hidden>...</button> 2. Open the Web Inspector and inspect the (hidden) button 3. Notice that the 'display' is 'inline-block' and 'none' is marked as overridden Upstreaming http://code.google.com/p/chromium/issues/detail?id=93295
Attachments
[PATCH] Suggested fix (13.18 KB, patch)
2011-08-29 06:49 PDT, Alexander Pavlov (apavlov)
no flags
[PATCH] Remove an unused local variable (13.14 KB, patch)
2011-08-29 06:56 PDT, Alexander Pavlov (apavlov)
yurys: review+
Alexander Pavlov (apavlov)
Comment 1 2011-08-29 06:49:32 PDT
Created attachment 105485 [details] [PATCH] Suggested fix
Alexander Pavlov (apavlov)
Comment 2 2011-08-29 06:56:28 PDT
Created attachment 105487 [details] [PATCH] Remove an unused local variable
Alexander Pavlov (apavlov)
Comment 3 2011-08-29 08:15:56 PDT
Note You need to log in before you can comment on or make changes to this bug.