adamcik / plan

Timetable generator
http://ntnu.1024.no/
Other
51 stars 9 forks source link

Deprecate IE6 #8

Closed adamcik closed 9 years ago

adamcik commented 14 years ago

Currently [source:trunk/plan/templates/courses.html] has some conditional comments to ensure that this form functions correctly in IE6. IE6 will all ways send both buttons and set the value of the sent in data to ''innerHTML'' instead of ''value''. IE7 only has trouble with ''value'', luckily this is not a problem when buttons are used correctly.

Fixing this bug is a matter of adding warning for IE6 users and removing the conditional button hack.

adamcik commented 9 years ago

This has been fixed ages ago.