Title: AW: [qooxdoo-devel] Visual representation of disabled qx.ui.from.TextField

The bug I’ve reported seems to be fixed in svn.

 

Best Fabian

 


Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Fabian Jakobs
Gesendet: Montag, 25. September 2006 15:15
An: qooxdoo Development
Betreff: Re: [qooxdoo-devel] Visual representation of disabled qx.ui.from. TextField

 

Hello Dietrich,

it looks like this is a problem with the Internet Explorer. Firefox grays the textbox out.

This demo seems to expose another bug. The radio button and the check box cannot be disabled. In FF I get the following error:

qx.ui.form.RadioButton[113]
246895: Modification of property "enabled" failed with exception: TypeError - this.getIcon is not a function
 at qx.js:1
 at qx.js:1
 at qx.js:1
 at http://demo.qooxdoo.org/html/test/EnabledDisabled_1.html:286
 at qx.js:1
 at qx.js:1
 at qx.js:1
 at qx.js:1
 at qx.js:1
 at qx.js:1
 at qx.js:1
 at qx.js:1
 at qx.js:1
 at qx.js:1

... and this in IE:

qx.ui.form.RadioButton[113]
295330: Modification of property "enabled" failed with exception: TypeError - Objekt erwartet (#-2146823281)

Best Fabian

@Anreas: Bin fast fertig ;-)

-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Im Auftrag von Dietrich Streifert

Gesendet: Montag, 25. September 2006 15:00
An: qooxdoo Development
Betreff: [qooxdoo-devel] Visual representation of disabled qx.ui.from.TextField

Hello List!

In my application I need to enable or disable textfields. Having a given
textfield tf I have to do a simple:

    tf.setEnabled(false);

in order to disable the textfield. If the textfield does not contain any
text the user is not able to visually determine if the textfield is
enabled or disabled. The content is and stays white. The user is forced
to click on that field in order to see if he can write text to it.

Should the background become gray (as the background of a radiobox or
checkbox does) to visually represent the disabled state?

The EnabledDisabled_1 demo shows the problem above:

    http://demo.qooxdoo.org/html/test/EnabledDisabled_1.html

If you leave the textfield empty and then toggle the corresponding
enabled checkbox you don't see a visual difference.

Should I file an enhancement bug for this?

--
Mit freundlichen Grüßen
Dietrich Streifert
Visionet GmbH

 

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to