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

            Bug ID: 70787
           Summary: Tooltip notifications not implemented with mobile in
                    mind
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Flow
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected]
       Web browser: ---
   Mobile Platform: ---

Flow's implementation of tooltips is not only different from desktop's
watchlist notification but also broken on mobile (they cannot be read, being
clipped off screen)

Mobile uses a toast module to deliver all notifications so this is a big
inconsistency with the rest of the application.

Flow should be helping drive standardisation around this.
Take a look at 
mw.notify( 'foo' ) in desktop
and
mw.mobileFrontend.require( 'toast' ).show( 'foo' )
in mobile.

-- 
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