I have identified a problem with the AppointmentAdd pop-up in IE8. When the toolbar renders it is using <col> elements to hide or show the delete button. However IE8 does not seem to be recognizing the display and visibility styles on <col> elements.
If I change the doctype to html 4 (away from XHTML 1) it works as it should. but I don't really want to be editing the IG built-in forms :/ especially since we are anticipating upgrading to 10.1 shortly.
is this fixed in 10.1? has anyone used WeSchedule in IE8 and seen or not seen this issue?
thanks!
(PS also posted under the toolbar forum as I guess this is probably a tb bug not a webschedule bug)
Hello Frank,
Did you solve your issue accordingly the information that I provided to you?
Let me know if you need further assistance.
This button is hidden when you create a new appointment because there is no need of Delete button before the appointment exists.
Regarding the DOCTYPE of the aspx page I checked and it is
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
in 9.2 and 10.1 versions both
You can assure this if you look at the samples source code which you can download if you haven’t done it yet.
The AppointmentAdd.aspx can be found under the following directory:
..\Infragistics\NetAdvantage 2010.1\ASP.NET\Samples\WebFeatureBrowser\WebSchedule\Forms
I also tried to replicate the issue with the misalignment in IE8 (IE7) and Mozilla Firefox but I was not able to.
Can you please give more details regarding the circumstances when the issue happens?