CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • Radio buttons do not work in IE8
Pages: [1]

Author Topic: Radio buttons do not work in IE8  (Read 4453 times)

tpascubarat

  • Guest
Radio buttons do not work in IE8
October 28, 2009, 06:47:43 am
But work fine in FF. Is there a workaround for this?

kammac

  • Guest
Re: Radio buttons do not work in IE8
October 28, 2009, 06:04:10 pm
I switched my radio buttons to drop downs, so instead of the yes and no auto one, I made a drop down with yes and no as options.

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Radio buttons do not work in IE8
October 28, 2009, 10:19:18 pm
Which radio buttons? URL, screenshot, ....

PLEASE take the time and effort to explain your problems in detail IF you expect others to take the time and effort to help out.
Protect your investment in CiviCRM by  becoming a Member!

tpascubarat

  • Guest
Re: Radio buttons do not work in IE8
October 29, 2009, 06:45:53 am
Sorry, was in a bit of a rush and should have given more detail.  On www.lifemessage.org, just select "Make a Donation".  You will see a set of radio buttons.  In IE, it always stays on the $25.00 selection, but in FF, they all work..  Can CiviContribute use drop downs instead?  or is this an IE issue.  If so, is there a workaround for it?
« Last Edit: October 29, 2009, 08:30:48 am by tpascubarat »

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Radio buttons do not work in IE8
October 29, 2009, 10:03:05 am
CiviContribute can't use dropdowns w/o change to core code (which I don't recommend). The problem is caused by the Joomla theme or a plugin you're using which is making some modifications to the HTML markup for radio buttons and adding a CSS style that over-rides normal display of the radio button elements.

"rokradios rokamount" classes are applied to the radio button label by this theme / plugin  - which is popping in a fake radio button w/ a different look AND is setting the normal radio button to display:none

<input id="qf_a1f4ad" type="radio" name="amount" value="311" onclick="clearAmountOther();" style="display: none;"/>

Evidently this is all incompatible w/ IE8 - so you'll need to remove or modify whatever plugin / theme is causing this.
Protect your investment in CiviCRM by  becoming a Member!

tpascubarat

  • Guest
Re: Radio buttons do not work in IE8
October 29, 2009, 02:42:05 pm
OK.  Before I go changing templates, can you tell me where I can go to change that and what are the appropriate choices.  We just spent money on the Rocket Themes template and they have no answer as the CiviCRM is the only component that this is happening with.

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Radio buttons do not work in IE8
October 29, 2009, 03:52:38 pm
I'm not familiar w/ Rocket Themes - so either you'll need to debug using Firebug or show them the issue. The changes would NOT be in any CiviCRM files.
Protect your investment in CiviCRM by  becoming a Member!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • Radio buttons do not work in IE8

This forum was archived on 2017-11-26.