Radio Button events and IE

Login or register to post comments
6 replies [Last post]
Offline
Joined: 09/28/2010

When I click on a radio button in IE, the QChangeEvent doesn't seem to fire. But If I subsequently click on its label, it fires.

I understand that this may be an IE/jquery issue. Ideas about how to make it work?

Offline
Joined: 07/10/2008

What version are you using?

Offline
Joined: 09/28/2010

Is the answer in includes/qcodo/_core/manifest.xml?
If so, then here's what I'm working with:

<manifest>
<version>0.3.43</version>
<major>0</major>
<minor>3</minor>
<build>43</build>
<type>Development</type>
[..]

If you all are on 2.+, then this is a very old install.

alex94040's picture
Offline
Joined: 11/06/2008

You can see your QCubed version by going to index.php in your installation, or here: /assets/_core/php/_devtools/start_page.php

For radio button events, I recommend using the QClick event, not the Change event.

Offline
Joined: 09/28/2010

Very good, thank you. Looks like QCODO_VERSION is 1.0.0 RC2. I believe that next week I will spend some time bringing it up to 2.0.2.
I'll start here, unless there's an update?:
http://trac.qcu.be/projects/qcubed/wiki/UpgradeTo1.1

alex94040's picture
Offline
Joined: 11/06/2008

Glad to hear it works. Yeah, use that article - if you have any questions, just post them here on the forum!

Offline
Joined: 03/31/2008

Yeah, IE does not fire the javascript on_change event with checkboxes and radio buttons, which is why jQuery, QCubed, and indeed any library can not react to them.