|
|
|
[
Permlink
| « Hide
]
Alexey Epishkin - 05 Oct 06 10:22
it seems that IDEA can't find styles at all. It proposes me to create a style, creates it and proposes to create it again (creating the same style in the css file).
Ah, here is the problem. I was trying to set the style 'form.tooltip' to the widget. And IDEA was proposing to create a style 'form.tooltip'. When I renamed the name to 'form-tooltip' it recognises that style.
It seems that GWT Studio works incorrectly with styles that contain 'a decimal point' in the name. Actually the point means a tag with a style. So GWT Studio should not allow to use decimal point in style names in java code. There are 2 bugs in this issue
1. GWT Studio should check styles for method CellFormatter.setStyleName. Check if the style exists, navigate to css file 2. style names with a decimal point |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||