Thread: JCF Bugs
View Single Post
WMCoolmon

JCF Member

Joined: Feb 2002

Posts: 24

WMCoolmon is doing well so far

Mar 26, 2002, 10:31 PM
WMCoolmon is offline
Reply With Quote
Quote:
4) Hmm, I just noticed the now. If I try adding a tag manually or try closing the tag manually when I try pressing that/those tag button(s)/close current tag button it won't work. Error message: << You already have an open tag of this type >>
This is also a limit of JS, I believe. Or at least, to implement it you'd have to go to a lot of trouble, if it could be done, so don't get your hopes up about this in particular. In order to use close tags with the buttons, all that has to be done is something like
Code:
i++;
Closing the current tags without using the button would require the form to be processed, the various tags to be checked to see if they're ended before another tag of the same type is begun again, then take out the second tag, in which case you'd have bug reports because that's not what the person wanted to happen. In other words, just add [ i] and [ /i] yourself