Bug 67124 - Web Inspector: <button hidden>..</button> has a different computed "display" value than "none"
Summary: Web Inspector: <button hidden>..</button> has a different computed "display" ...
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: Alexander Pavlov (apavlov)
URL:
Keywords:
Depends on: 67185
Blocks:
  Show dependency treegraph
 
Reported: 2011-08-29 06:06 PDT by Alexander Pavlov (apavlov)
Modified: 2011-08-30 02:23 PDT (History)
11 users (show)

See Also:


Attachments
[PATCH] Suggested fix (13.18 KB, patch)
2011-08-29 06:49 PDT, Alexander Pavlov (apavlov)
no flags Details | Formatted Diff | Diff
[PATCH] Remove an unused local variable (13.14 KB, patch)
2011-08-29 06:56 PDT, Alexander Pavlov (apavlov)
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pavlov (apavlov) 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
Comment 1 Alexander Pavlov (apavlov) 2011-08-29 06:49:32 PDT
Created attachment 105485 [details]
[PATCH] Suggested fix
Comment 2 Alexander Pavlov (apavlov) 2011-08-29 06:56:28 PDT
Created attachment 105487 [details]
[PATCH] Remove an unused local variable
Comment 3 Alexander Pavlov (apavlov) 2011-08-29 08:15:56 PDT
Committed r93978: <http://trac.webkit.org/changeset/93978>