Print Page | Close Window

Major bug report concerning new rc

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=1912
Printed Date: 01 April 2026 at 5:44am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Major bug report concerning new rc
Posted By: dj air
Subject: Major bug report concerning new rc
Date Posted: 19 April 2003 at 7:01am

hi borg  theres an error with the editors in RC (access 2000 version dont know about SQL)

when you have the WYSIWYG editor on its works fine .. but if its turned off (not useing the WYSIWYG editor).... the button bucomes disabled and thats it .. it doesn't go to the postiong page.... ive tested the error on the post new topic and pm new message pages..... but i think it might be on all of them

i said major bug report as its one of the main features of the forum...

----- Great forum though .... good work... ------




Replies:
Posted By: dj air
Date Posted: 19 April 2003 at 2:43pm
ive just checked the above error problem on this forum (not useing the WYSIWYG  editor) and still get the same problem so its with both versions ..


Posted By: Commander
Date Posted: 19 April 2003 at 5:37pm

the bug's only with the submit button,  when creating a new topic, if you go to the subject box and press enter, it posts fine....

EDIT:  as far as i see, something is wrong with the checkform() function, because when i removed that from the submit button, it worked fine.



Posted By: Commander
Date Posted: 19 April 2003 at 5:50pm

i think i got the problem, i'm not sure though,

in post_message_form.asp:
LINE :289

If IEWin() Then Response.Write(vbCrLf & " frmAddMessage.Submit.disabled=true;")

change to

If (IEWin() AND blnIEEditor = True AND blnWYSIWYGEditor = True) Then Response.Write(vbCrLf & " frmAddMessage.Submit.disabled=true;")

for some reason, javascript conflicts with the textbox, i'm no JS genius so i wouldn't be able to tell u anything, but this solved the problem 4 me!!  hope this this helps

EDIT:  4 some reason, this only works for post new topic



Posted By: Commander
Date Posted: 19 April 2003 at 6:26pm

ok...
u have to make the change in any page that has the function checkForm()..

pages such as..
pm_new_message_form.asp
forum_posts.asp
edit_post.asp
and so on

if someone finds a better way, please post!!! it;s a very painfull way to solve this problem!!!



Posted By: Munk
Date Posted: 15 May 2003 at 5:55pm

In working with a small issue behind the 'CheckForm' call... I've killed countless braincells just trying to find this elusive function! I know it has to be there... and I've look many times over through the involved files/includes...

Where IS this function?



-------------
~~Munk~~

'The details are the jungle in which the Devil hides... the only salvation lies in structure' - Author Unknown



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net