https://bugzilla.wikimedia.org/show_bug.cgi?id=33283
--- Comment #1 from Brion Vibber <[email protected]> 2011-12-22 01:10:34 UTC --- Tooltip's don't really exist on touchscreen devices (and this would be a separate issue, so if further work there is needed that should be split out to a separate bug) Getting the title right now is kinda tricky, as * we may not have it in the URL, since we don't get redirected to the canonical page name * we can't pull it from the <h1> since it's hidden It might be possible to pull something from the <title>, but all that shows is "Wikipedia, the free encyclopedia" (and extracting from it is hard as we can't guarantee we know its structure in any language). Actually there's nothing I can see that says that the page title is "Main Page" anywhere in http://en.m.wikipedia.org/ Proper fix probably looks something like this: * fix up MobileFrontend so it *does* do the redirects, but does them correctly * pull the URL *after* navigating, so we have the final name This may or may not actually work depending on how the XHR stuff works though... blurf! -- 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
