RESOLVED FIXED 67124
Web Inspector: <button hidden>..</button> has a different computed "display" value than "none"
https://bugs.webkit.org/show_bug.cgi?id=67124
Summary Web Inspector: <button hidden>..</button> has a different computed "display" ...
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.