(Chronoform v4, Joomla 2.54)
With IE6 and IE7, checkbox groups and radio buttons disappear (see attachment).
With IE8, IE9, Chrome and Firefox, everything works.
Currently, we manually modify the HTML each time we edit the form.
Fixed in an upcoming Chronoform version? If I provided code, would ChronoEngine be willing to update their code?
IE6 and IE7 can't die fast enough but is still alive and well in some large US corporations and Asia.
thanks
With IE6 and IE7, checkbox groups and radio buttons disappear (see attachment).
With IE8, IE9, Chrome and Firefox, everything works.
Currently, we manually modify the HTML each time we edit the form.
Fixed in an upcoming Chronoform version? If I provided code, would ChronoEngine be willing to update their code?
IE6 and IE7 can't die fast enough but is still alive and well in some large US corporations and Asia.
thanks
Hi rbozarth,
As far as I know the basic ChronoForms CSS shows the checkboxes OK in iE9 in IE7 browser mode and in IE6 (though other thing smay be broken).
Please post a link to the form so I can take a quick look.
Bob
As far as I know the basic ChronoForms CSS shows the checkboxes OK in iE9 in IE7 browser mode and in IE6 (though other thing smay be broken).
Please post a link to the form so I can take a quick look.
Bob
The problem was reported when clients with IE6 and/or IE7 couldn't see the elements. If I recall correctly, IE6 worked and IE7 didn't ...which was surprising. The problem can be seen with IE9 in compatibility mode.
Demo page showing problem.
http://www.haverly.com/chrono-dev?view=form
This is a registration form for an upcoming conference that has been manually fixed.
http://www.haverly.com/asia2012-updated?view=form
Five fragments of code were added to the original html (see attached file).
Line 30 (before checkboxgroup):
Line 34 (before checkbox):
Line 36 (before checkbox):
Line 38 (before checkbox):
Line 41 (before radio buttons):
I see that there is a new build of Chronoform (we are running 4.0 RC3.11). Does it include a change related to this problem? We will install the new CF in a couple weeks.
To put all of this in perspective, CF was a great find and has saved us a lot of time. Great product.
Thank you for anything insight you can offer.
regards,
Randy
Demo page showing problem.
http://www.haverly.com/chrono-dev?view=form
This is a registration form for an upcoming conference that has been manually fixed.
http://www.haverly.com/asia2012-updated?view=form
Five fragments of code were added to the original html (see attached file).
Line 30 (before checkboxgroup):
style="float:left;"
Line 34 (before checkbox):
<br />
Line 36 (before checkbox):
<br />
Line 38 (before checkbox):
<br />
Line 41 (before radio buttons):
style="float:left;"
I see that there is a new build of Chronoform (we are running 4.0 RC3.11). Does it include a change related to this problem? We will install the new CF in a couple weeks.
To put all of this in perspective, CF was a great find and has saved us a lot of time. Great product.
Thank you for anything insight you can offer.
regards,
Randy
Hi rbozarth,
There's an interaction between the form CSS and the template - the form without the template shows up OK in IE7 browser mode. It appear to be with the <div style="clear: none; float: left;"> tags near the start of the checkbox group. Maybe suppressing these would be a fix??
Bob
There's an interaction between the form CSS and the template - the form without the template shows up OK in IE7 browser mode. It appear to be with the <div style="clear: none; float: left;"> tags near the start of the checkbox group. Maybe suppressing these would be a fix??
Bob
This topic is locked and no more replies can be posted.