https://bugzilla.wikimedia.org/show_bug.cgi?id=27488
--- Comment #78 from Yair Rand <[email protected]> --- (In reply to comment #76) > In the meantime, I don't see why TabbedLanguages *has* to be loaded from the > top. The DOM, CSS, and cookies all provide full read-write access at the > bottom. The only thing you can't do is document.write. > > You may get certain UX benefits from doing it at the top, but it's not > impossible to make a working gadget now. The gadget needs to have the styles run before the body starts loading, and it needs to be disableable for non-logged-in users. The only way to do that is to have the script itself check for a cookie, and set up styles depending on its contents. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
