Page MenuHomePhabricator

Vector skin's dropdown action list troubles users without mice
Closed, ResolvedPublic

Description

With Iceweasel browser in Vector skin (with full JS / CSS enabled), I can focus on the down-arrows (of dropdown menus for move, delete etc.), but cannot expand it.


Version: 1.18.x
Severity: enhancement
See Also:
https://bugzilla.wikimedia.org/show_bug.cgi?id=46486

Details

Reference
bz24298

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:02 PM
bzimport set Reference to bz24298.

We might be able to use tab-indexes in JS, like we do with the left-nav, but unlike the left nav, the absence of JS would make them inaccessible.

  • Bug 24590 has been marked as a duplicate of this bug. ***

jp.posma wrote:

Fix

Fixes this bug by showing the menu when the hidden link behind the arrow gets focus.

Apply this patch to trunk as it contains both a patch in extensions/Vector and phase3/skins/vector.

attachment 24298 ignored as obsolete

jp.posma wrote:

Better fix

Better fix where the menu doesn't stay open.

attachment 24298b ignored as obsolete

jp.posma wrote:

Arrow image

Arrow image needed for the fix, see patch file.

Attached:

arrow-down-icon.png (16×44 px, 241 B)

jp.posma wrote:

Patch 3

attachment 24298c ignored as obsolete

jp.posma wrote:

Moved JS to vector-specific javascript file.

Apply patch to trunk/phase3.

(In reply to comment #6)

Created attachment 8459 [details]
Patch 3

Applied in r86861.

attachment 24298c ignored as obsolete

  • Bug 23428 has been marked as a duplicate of this bug. ***