Page MenuHomePhabricator

VisualEditor: Beta notice incorrectly highlights "Leave feedback" link when hovering the notice
Closed, ResolvedPublic

Description

When hovering the notice (which users do by default as the cursor is there after clicking the "Beta" icon on the toolbar) we highlight the "Leave feedback" label.

If the entire container was clickable and bound to opening the Feedback dialog that would be appropriate, however that isn't the case. On click we close the notice.

.ve-init-mw-viewPageTarget-tool:hover .ve-init-mw-viewPageTarget-tool-label, .ve-init-mw-viewPageTarget-subtool-label:hover {
text-decoration: underline;
}


Version: unspecified
Severity: normal

Details

Reference
bz51500

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 2:06 AM
bzimport set Reference to bz51500.

This also happens when hovering over the beta label on the toolbar (both it and the leave feedback label are underlined).

This was fixed in the toolbar re-write.