https://bugzilla.wikimedia.org/show_bug.cgi?id=47057
Bartosz Dziewoński <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Bartosz Dziewoński <[email protected]> --- (In reply to comment #0) > As an experiment, I tried replacing the core jquery.placeholder.js with the > plugin of the same name from here: > https://github.com/mathiasbynens/jquery-placeholder This could be a good idea (less of our own code = better), but that scripts seems to be missing two bits of functionality: * Calling it as $(…).placeholder('Placeholder text') to set placeholder (its .placeholder function doesn't accept any arguments). * Support for inserting values into inputs with placeholders defined – dragging text or rightclick-pasting it could result in new value being appended to the placeholder or inserted in the middle of it. If its maintainer wants to implement it, we could probably swap our version for it like you suggested. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
