From aae7ba248528da414d8027b8895bfa07a812b526 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Mon, 23 Apr 2012 11:16:46 +0000 Subject: [PATCH] fix a bug where tooltips would not retain their width near the right edge of the screen, fixes #568 --- source/Ox.UI/css/Ox.UI.css | 3 ++- source/Ox.UI/js/Video/Ox.BlockVideoTimeline.js | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Ox.UI/css/Ox.UI.css b/source/Ox.UI/css/Ox.UI.css index deee5dce..dcd56a6c 100644 --- a/source/Ox.UI/css/Ox.UI.css +++ b/source/Ox.UI/css/Ox.UI.css @@ -2543,8 +2543,9 @@ Miscellaneous .OxTooltip { position: absolute; padding: 1px 3px 1px 3px; + border-radius: 4px; font-size: 9px; //opacity: 0; + white-space: nowrap; z-index: 1001; - border-radius: 4px; } diff --git a/source/Ox.UI/js/Video/Ox.BlockVideoTimeline.js b/source/Ox.UI/js/Video/Ox.BlockVideoTimeline.js index c0cc3997..3437aa42 100644 --- a/source/Ox.UI/js/Video/Ox.BlockVideoTimeline.js +++ b/source/Ox.UI/js/Video/Ox.BlockVideoTimeline.js @@ -170,7 +170,6 @@ Ox.BlockVideoTimeline = function(options, self) { // fixme: check if this pattern is better // than the one used for list selection if (!self.triggered) { - Ox.Log('Video', 'trigger............') that.triggerEvent('position', { position: self.options.position });