History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-10591
Type: Bug Bug
Status: Open Open
Priority: Normal Normal
Assignee: Nikolay Chashnikov
Reporter: Alexey Epishkin
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

IDEA doesn't check if a css style exists for method CellFormatter.setStyleName

Created: 05 Oct 06 10:13   Updated: 22 Apr 08 17:12
Component/s: GWT Support
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Duplicate
 
This issue is duplicated by:
IDEA-17862 CSS classname suggestions do not work... Closed

Build: 5,766
Severity: Low


 All   Comments   Work Log   Change History      Sort Order:
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).

Alexey Epishkin - 05 Oct 06 10:28
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.


Alexey Epishkin - 05 Oct 06 10:30
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