lenscas / rp_tracker

A webbased roleplay manager API
MIT License
1 stars 1 forks source link

New editor likes to steal clicks and console.log()'s a lot #16

Closed lenscas closed 7 years ago

lenscas commented 8 years ago

The new editor doesn't like it to not be in the view and on the character creation page steals the click event on the next page when one or more of its editor don't fit on the screen and make the screen scroll instead.

Similar problem occurs when clicking on an regular input field when making abilities. This may also happen on the page where you set the name and age of your character but haven't tested that yet.

As a result of these bugs creating a character can become pretty annoying and maybe even impossible when writing very long texts though that is not yet tested.

The new editor also seems to use console.log() a lot. Not a major problem though.

lenscas commented 8 years ago

Might only be able to be solved using another editor. Maybe then implement a system to more easily change them? Maybe on a per user basis?

For the time being, not looking into it though