https://bugzilla.wikimedia.org/show_bug.cgi?id=35212

--- Comment #7 from kipod <[email protected]> 2012-03-16 14:35:38 UTC ---
Created attachment 10248
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=10248
instead of patch, cleaned up version of jquery.tipsy,js

so i did some more tests.

current tipsy code (both mediawiki version and upstream head version) has
several bugs:
-- setting "title" to a string does not work (bug in getTitle() function)
-- "fallback" does not work as advertised (works only if "title" is set to a
function that returns empty string)
-- some non-fatal lint issues, such as semicolons after function definition,
redeclaration of vars in functions.

also, the github head version (still with all those bugs) supports one more
built-in auto function that's not in mediawiki version.

so instead of creatin yet-one-more-patch, here is the cleaned up
jquery.tipsy.js with those issues cleaned, "hovertip" support, and the
"autoBounds()" function from github head version.

(if we take it, we need to update the doc also to describe both "hovertip"
option and use of "autoBounds()" function)

peace.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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

Reply via email to