Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » RAP upgrade issue with TableColumn:hover(RAP upgrade issue with TableColumn:hover)
RAP upgrade issue with TableColumn:hover [message #1800923] Wed, 09 January 2019 18:45 Go to next message
Steven Donahue is currently offline Steven DonahueFriend
Messages: 4
Registered: January 2019
Junior Member
We're upgrading a JAVA application from RAP 1.4 to RAP 3.7. and are having a CSS issue. This is different from an issue I posted about earlier.

Under RAP 1.4, the following CSS rule will execute whenever you hover over a table column header. It changes the bottom line of the header's border to yellow.

TableColumn:hover {
background-image: none;
border-bottom: 2px solid #FEC83C;
}

Under RAP 3.7. It does not fire.

Has anyone else experienced this?
Is it a bug?

Thanks in advance.
Re: RAP upgrade issue with TableColumn:hover [message #1801154 is a reply to message #1800923] Mon, 14 January 2019 16:55 Go to previous messageGo to next message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2426
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
Hi,
please open a bugzilla and we will investigate it.
Regards,
Ivan
Re: RAP upgrade issue with TableColumn:hover [message #1801210 is a reply to message #1800923] Tue, 15 January 2019 12:01 Go to previous message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2426
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
Hi,
I looked at the code and the hover effect is only applied when the column is moveable - TableColumn.setMoveable( true )

Best regards,
Ivan
Previous Topic:RAP upgrade issue with Button-FocusIndicator
Next Topic:SUGGEST FOR WAR PRODUCT TOOL
Goto Forum:
  


Current Time: Thu Apr 25 22:39:56 GMT 2024

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

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

Back to the top