掲示板 Forums - Word note dialogue doesn’t close
Top > renshuu.org > Bugs / Problems Getting the posts
Top > renshuu.org > Bugs / Problems
The word note dialogue doesn’t close unless the x in the corner is clicked. Pressing the submit button more than once does not close it, but creates multiple notes.
It's the same here
; even if you keep on clicking on the word note message(the bold text), the boundary of the note (the white gradient) increases rather than it closing.
Yup, I guess something broke. When you click on "add usage note" it just duplicates the ttip div. They just start stacking :D
The "Save note" button doesn't close the dialogue, and "Cancel" doesn't either. I assume the problem is somewhere in the functions tied to those buttons.
Could be the helper function that's supposed to "close" the dialogue. That would makes the most sense to me. Pretty sure the x uses a different function, so it works fine. (Not a different function, just passes arguments differently)
Edit: I guess the class name got changed to "tipp" at some point. That's not the problem, just something I noticed just now.
It may or may not have something to do with this line "tip2_hide(!1, force && closingSticky)" in tt_Hide(). "force && closingSticky" seems to always evaluate to FALSE. Not 100% sure though.
Also noticed that the "Cancel" button "half" closes on some terms, no idea why:
Should be fixed. If it still persists, please give me the set of steps that lead to it.
The popup/modal code on renshuu is based on a library that is literally 20 years old. I have been slowly migrating the modals over to the new system, toggling on the new system for a few more each day/week.
Looks fixed to me :)
The "Add usage note" link still makes a bunch of copies that stack on top of each other, but that's not that important. You kinda have to go out of your way to trigger that bug. Might wanna fix it at some point though.
Update: When I try to edit a note, the "Save note" button doesn't close the dialogue (it does update the note). "Cancel" either doesn't work at all, or doesn't close everything properly.