Do I report version 2 bugs here? Wasn't sure of the most appropriate place.
Two problems I am still having with Version 2.
In Firefox, it keeps messing up some of the tags I insert that are not common HTML tags. It add this attribute to them:
_moz-userdefined=""
So instead of something like:
<features>
I get:
<features _moz-userdefined="">
I use these "fake" tabs to search and replace my text fields to insert additional stuff, so having them messed up like this is a real problem for me. I am pretty sure this does not happen in IE.
However, IE really does not handle multiple instances on one page very well. One or the other of the menu bars will disappear. Reloading the page several times will sometimes get you both, but usually doesn't help (although it will often switch which one I get the menu on!) I searched the forum and the only thing I could find on this regraded not using "submit" for the name of the submit button. This did not clear up the problem though.
Two problems I am still having with Version 2.
In Firefox, it keeps messing up some of the tags I insert that are not common HTML tags. It add this attribute to them:
_moz-userdefined=""
So instead of something like:
<features>
I get:
<features _moz-userdefined="">
I use these "fake" tabs to search and replace my text fields to insert additional stuff, so having them messed up like this is a real problem for me. I am pretty sure this does not happen in IE.
However, IE really does not handle multiple instances on one page very well. One or the other of the menu bars will disappear. Reloading the page several times will sometimes get you both, but usually doesn't help (although it will often switch which one I get the menu on!) I searched the forum and the only thing I could find on this regraded not using "submit" for the name of the submit button. This did not clear up the problem though.
RE: V2 Issues