google-code-export / rocket-gwt

Automatically exported from code.google.com/p/rocket-gwt
1 stars 1 forks source link

StyleHelper.removeInlineStyleProperty throws exception in IE7 #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Simply Use StyleHelper.removeInlineStyleProperty in your code and use IE7
I used the following:
StyleHelper.removeInlineStyleProperty(cell, StyleConstants.BACKGROUND_COLOR)

What is the expected output? What do you see instead?
Instead of removing the relevant style attribute I get a "Object doesn't
support this property or method" exception

What version of the product are you using? On what operating system?
Rocket 0.25 on Max OSX  10.4.8
GWT 1.3.3

Please provide any additional information below.

Original issue reported on code.google.com by ohadle...@gmail.com on 21 Feb 2007 at 7:06

Attachments:

GoogleCodeExporter commented 9 years ago
Doh i believe this was a mistake. It should be fixed in the latest release 
(0.26).

Original comment by miroslav...@gmail.com on 21 Feb 2007 at 11:35