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

       Web browser: ---
             Bug #: 29425
           Summary: Introducing and discussing a new innovative feature:
                    auto-focus of page elements on mouseover (without
                    click)
           Product: MediaWiki
           Version: 1.19-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Unprioritized
         Component: Javascript
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


Hello,

I recently introduced a new and innovative feature in the user interface, which
I (until now) only used for my own projects which you cannot know:

when users move the mouse over a field which can get the focus - for example
the search input field - this elements gets the focus automatically on
mouseover

 selection.mouseover(function(){$(this).focus()})

I introduced this in rev89950 for the search field of E:Vector, you can fetch
the version and try it.

I am interested in reasoned statements, why this is a "must have" or "nogo. not
in conformity to vintage user interfaces". Personally, I changed really all my
applications to this "new" style, but I prefer it. It saves mouse _clicks_.

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