Page MenuHomePhabricator

Make edit tools pixel accurate
Closed, ResolvedPublic

Description

When clicking "edit" and the interface changes a values representation (e.g. description) into an editable value, the text displayed within that edit box moves. It is not displayed pixel accurately at the same position where it was displayed before entering edit mode.

This is not a big issue for editing, but it makes the UI shaky and gives a worse overall user experience.


Version: unspecified
Severity: normal

Details

Reference
bz39127

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 1:02 AM
bzimport set Reference to bz39127.
bzimport added a subscriber: Unknown Object (MLST).

Use position:relative to adjust for the border, and the same font. Do not use negative margins as that hits a bug in IE.

It is suggested to wait for this bug to be tackled until bug 37771 is done, as the UI is going to change, and we don't want to make people duplicate work.

Verified in Wikidata demo time