I have been happily running my wiki in Firefox but recently in preparing to make it ready for others to use, I tried it in Internet Explorer and found a problem with the way the select widget gets rendered. Everything I describe works fine in Firefox, Chrome and various Android browsers as far as I have seen.
The problem can be seen most simply when just using a normal select widget connected to a field in the current tiddler. In this case, when you select an option, unless it is the first option in the list, the selected text appears momentarily and then vanishes, concealing the selected option. This can be fixed by connecting the widget selection to a field in a different tiddler instead of the current one. This is workable, if slightly annoying. Having siad that, if in a single tiddler you have one select widget connected to the current tiddler and one connected to another tiddler, using the one connected to this tiddler breaks the one connected to another tiddler. See demo (obviously use IE to see the problem):
http://ng110.tiddlyspot.com/#select%20widget%20problem%20demo
I am using a slightly more complicated setup using a javascript macro to connect two select widgets together so that the set of options in one depends on the selected value in the other. I use this to provide selection for 'minimum' and 'maximum' where it is not possible to select a combination where max<min. Unfortunately, when I use this, even if the select widgets are connected to a field in another tiddler, the disappearing selection problem comes back. Demo:
http://ng110.tiddlyspot.com/#Min%2FMax%20columns%20demo
Any ideas on how this might be fixed (or circumvented)?
Thanks,
Neil.