Page MenuHomePhabricator

Present revisions not changing the byte size of page in more clear way
Closed, ResolvedPublic

Description

Currently if the number of bytes changed by the revision is 0 (ie. same amount of bytes added and removed ) the bar of height 0 is displayed in the plot.
As bars have a border, such bar is still visible. The bar being that tiny hovering it is rather difficult. I'd believe it would be getting worse on smaller screens/windows.
Hovering of bars should be equally "easy" no matter what the height of the bar is.

Event Timeline

WMDE-leszek renamed this task from Suggest more prominent way of presenting revision not changing the byte size of page to Present revisions not changing the byte size of page in more clear way.May 17 2016, 9:59 AM

The bars can remain sized 0 but the interaction (clicks and hover) with the bars should be possible regardless of their height: Each bar may be embedded in a DIV (or similar) that has the full height. This Wrapping elements catch the events and react on interactions.

wrapperBars.png (705×691 px, 18 KB)

Thanks @Jan_Dittrich!
I've added the requirement to have "hoverable background" to T134996.
Closing this task as the required design work is finished and implementation is going to be tracked in T134996