https://bugzilla.wikimedia.org/show_bug.cgi?id=55574
--- Comment #1 from Brion Vibber <[email protected]> --- This is because we're downloading a fresh medium-resolution copy of the image before the share sheet is displayed, then passing it in so it can be copied/saved/printed/etc. If what you wanted was to copy the *page link* then that's totally unnecessary; and if you did want the actual image, it's still a bad experience because there's a delay with no progress indicator. Proper way to handle this is probably to delay the file fetch until we actually need it, in which case we have to feed data into the action controller differently (callbacks etc). -- 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
