-
3 Jan 2013 12:57 AM #1
[4.2.0 beta] Menu icon of disabled Button looks enabled
[4.2.0 beta] Menu icon of disabled Button looks enabled
REQUIRED INFORMATION
Ext version tested:- Ext 4.2.0 beta
- IE9
- Chrome
- <!DOCTYPE html>
- The menu icon (arrow) of a disabled Button looks enabled.
- Just run the sample
- The arrow menu icon looks disabled
- The arrow menu icon looks enable
Code:<!DOCTYPE html> <html> <head> <title>Button disabled menu icon</title> <link rel="stylesheet" href="../resources/css/ext-all.css" /> <script src="../ext-all-debug.js"></script> <script> Ext.onReady(function () { Ext.create("Ext.button.Button", { renderTo: Ext.getBody(), text: "Menu", menu: {}, disabled: true }); }); </script> </head> <body> </body> </html>
HELPFUL INFORMATION
Screenshot:
1.JPG
-
3 Jan 2013 7:48 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,656
- Vote Rating
- 436
Thanks for the report! I have opened a bug in our bug tracker.
-
7 Mar 2013 4:32 AM #3
Any status on this issue?
You found a bug! We've classified it as
EXTJSIV-8146
.
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.


Reply With Quote