Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » ToolTip down not work correctly
ToolTip down not work correctly [message #1221233] Tue, 17 December 2013 07:14 Go to next message
Anatoliy Pogorelov is currently offline Anatoliy PogorelovFriend
Messages: 10
Registered: April 2013
Junior Member
Hi, in our RAP 2.2 application ToolTip down don't show background image. Left/Right/Up work correctly.
My browser Google Chrome. For more detail's see attached files.
My .css theme file have next description for ToolTip:

Widget-ToolTip {
padding: 10px;
background-color: rgb(32, 31, 27);
background-image: none;
border: none;
border-radius: 1px;
font: 12px Verdana, "Lucida Sans", Arial, Helvetica, sans-serif;
color: #e0e0e0;
opacity: 0.9;
animation: fadeIn 150ms ease-in, fadeOut 150ms ease-in;
box-shadow: none;
text-align: center;
}
Widget-ToolTip-Pointer {
background-image: none;
}
Widget-ToolTip-Pointer:up {
background-image : url( themes/images/main/arrows/tooltip-up.png );
}
Widget-ToolTip-Pointer:down {
background-image : url( themes/images/main/arrows/tooltip-down.png );
}
Widget-ToolTip-Pointer:left {
background-image : url( themes/images/main/arrows/tooltip-left.png );
}
Widget-ToolTip-Pointer:right {
background-image : url( themes/images/main/arrows/tooltip-right.png );
}
It,s rap bug or other problems?

Best regards, Anatoly.
  • Attachment: jpg1.jpg
    (Size: 13.67KB, Downloaded 233 times)
  • Attachment: jpg2.jpg
    (Size: 22.25KB, Downloaded 183 times)
  • Attachment: jpg3.png
    (Size: 9.22KB, Downloaded 191 times)
Re: ToolTip down not work correctly [message #1221243 is a reply to message #1221233] Tue, 17 December 2013 07:35 Go to previous message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2426
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
Hi Anatoly,
the down arrow will be missing only if the tooltip points to partly
visible widget. In this case the tooltip behaves as before - no arrow
and positioned on mouse pointer. See:
422265: [Tree][Table] Cell tooltip position is wrong when column is
partly visible
https://bugs.eclipse.org/bugs/show_bug.cgi?id=422265
Best,
Ivan

--
Ivan Furnadjiev

Twitter: @EclipseRAP
Blog: http://eclipsesource.com/blogs/

Professional services for RAP and RCP?
http://eclipsesource.com/services/rap/
Previous Topic:Deploying a RAP Application to tomcat6.0, How to configure a context path?
Next Topic:Cannot cast from a.Class to a.Class
Goto Forum:
  


Current Time: Tue Apr 16 10:23:39 GMT 2024

Powered by FUDForum. Page generated in 2.26496 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top