NicolasCARPi / jquery_jeditable

jQuery edit in place plugin. Extendable via plugin architecture. Plugins for plugin. Really.
https://jeditable.elabftw.net
MIT License
1.74k stars 459 forks source link

default tooltip wording changes based on event #170

Closed thezoggy closed 6 years ago

thezoggy commented 6 years ago

right now Click to edit is what is used. Which works as the default with no event set. But if you do event: dblclick.. then its technically wrong. I suggest to apply logic on backend to make the default text Double click to edit if the event dblclick is used.. but feel free to push back and just tell people to set the tooltip option since they are setting the event option anyways.

NicolasCARPi commented 6 years ago

Hello,

You make a valid point. But I'll take the lazy road and «just tell people to set the tooltip option since they are setting the event option anyways.» :)

Regards, ~Nico