Skip to content
Snippets Groups Projects
Commit dd389612 authored by kohleman's avatar kohleman
Browse files

[LMS-1208]: set the StyleAttribute explicitly to show the hand and the tool tip

SVN: 14488
parent d498a857
No related branches found
No related tags found
No related merge requests found
......@@ -115,6 +115,7 @@ public class FieldUtil
{
final WidgetComponent info = new WidgetComponent(image);
info.setStyleName("hands");
info.setStyleAttribute("cursor", "hand");
info.setToolTip(message);
info.sinkEvents(Events.OnClick.getEventCode());
info.addListener(Events.OnClick, new Listener<BaseEvent>(){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment