Make WordPress Core

Changes between Version 7 and Version 18 of Ticket #23935


Ignore:
Timestamp:
04/28/2013 11:04:55 AM (11 years ago)
Author:
ocean90
Comment:

Okay, so let's use this ticket now for tooltip improvements.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23935

    • Property Keywords needs-ui removed
    • Property Cc jrbeilke@… added
  • Ticket #23935 – Description

    v7 v18  
    33 * the tooltips need work: their placement varies by browser, also it would be ideal if the tooltip stayed open while a user dragged the handle - currently the tooltip only stays open and updates if you keep your mouse confined to the slider handle; the slider on the other hand works fine if you drag and keep dragging  but don't stay in the handle with your mouse; the result is that if you move off the handle while dragging, the slider moves, but the tooltip disappears.
    44
    5  * the weighted tick marks get off to the left of center when they get thicker because of the way they are implemented; should fix so they are more accurately centered under the slider handle; last tick mark missing in compare two mode?
     5 * ~~ the weighted tick marks get off to the left of center when they get thicker because of the way they are implemented; should fix so they are more accurately centered under the slider handle; last tick mark missing in compare two mode? ~~ #24056
    66
    7  * the slider handle graphics are currently encoded as base 64 in the css, not certain thats the best way to implement them
     7 * ~~the slider handle graphics are currently encoded as base 64 in the css, not certain thats the best way to implement them~~ #23899
    88
    9  * the 'compare two mode' option placement in the upper right seems haphazard, its just floating out there; also we lost the 'single column' option for the diff view - not sure if we still want it, but i liked it.
     9 * ~~the 'compare two mode' option placement in the upper right seems haphazard, its just floating out there~~ [24119]
     10
     11* Also we lost the 'single column' option for the diff view - not sure if we still want it, but i liked it.
    1012
    1113 * ~~with just a few revisions the slider/next/previous seem disconnected; with over a certain number of revisions the slider will grow wider than the screen;~~ #24056