You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
very interesting bug when enter tag and submit it removes all it's content but if go in code view and submit everything is passed to database so i am in really bad situation.
hoping in solution it seems somewhere in converting or submitting form input is just removed ... funny huh... but been trying to debug and also stripping code down to find reason sorry to say but code is messy and hard to work with.
The text was updated successfully, but these errors were encountered:
ha ha not funny your resize function is broken and if it fails to resize it removes input for submit....
all comes down to this line. this.$body = $(this.strf('<div class="wysibb-text-editor" style="max-height:{maxheight}px;min-height:{height}px"></div>',{maxheight:mheight,height:height})).insertAfter(this.$txtArea);
well let just say it's not nice to fight a wall... took me 2 - 3 days to solve this mystery.
very interesting bug when enter tag and submit it removes all it's content but if go in code view and submit everything is passed to database so i am in really bad situation.
hoping in solution it seems somewhere in converting or submitting form input is just removed ... funny huh... but been trying to debug and also stripping code down to find reason sorry to say but code is messy and hard to work with.
The text was updated successfully, but these errors were encountered: