diff options
author | Jon Dowland <jon@ncl.ac.uk> | 2009-04-24 14:40:07 +0100 |
---|---|---|
committer | Jon Dowland <jon@ncl.ac.uk> | 2009-04-24 14:40:07 +0100 |
commit | b9b7dfa176e46841801c4fcedff2caa7cd2c0522 (patch) | |
tree | aac09dce0b1f5ec1fc20746a47c019fcfdf140fb /doc | |
parent | 24177f8433510b2418dc78b234ea8f6da4c91c77 (diff) |
backlinks issue
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/backlinks_onhover_thing_can_go_weird.mdwn | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/bugs/backlinks_onhover_thing_can_go_weird.mdwn b/doc/bugs/backlinks_onhover_thing_can_go_weird.mdwn new file mode 100644 index 000000000..dac73c1ad --- /dev/null +++ b/doc/bugs/backlinks_onhover_thing_can_go_weird.mdwn @@ -0,0 +1,22 @@ +I was just hovering over the '...' next to the backlinks on a page on +<http://ikiwiki.info/>. In terms of the size of my browser window, this was +towards the bottom-right of the screen. + +When I hovered over the '...', the additional backlinks float appeared. This +caused the page length to grow down, meaning a horizontal scrollbar was added +to the page. This meant the text reflowed, and the '...' moved outside of my +mouse pointer region. + +This caused an infinite loop of box appears... text moves, box disappears... +box re-appears.. which was not very visually pleasant. + +In general I think that the onhover float is a bit of bad UI. Even a truncated +list of backlinks looks cluttered due to there being no delimiters. I moved to +having an always-complete list of backlinks and having them as LI elements +inside a UL to make it look neater, although I appreciate that would make some +pages very long indeed. + +How about doing something a little like [[plugins/toggle]] for the excess +items instead? + +-- [[Jon]] |