[ 
https://issues.apache.org/jira/browse/FELIX-592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12607158#action_12607158
 ] 

Felix Meschberger commented on FELIX-592:
-----------------------------------------

I tracked to problem down to Internet Explorer's "feature" to have the 
innerHTML property be read-only on <tr> elements. See [1] for the official 
documentation, esp. the note about tables.

The fix involves rewritting the DHTML stuff to probably do plain DOM operations 
instead of doing innerHTML settings. This should -- theoretically -- also have 
a positive impact on perceived client-side performance.

[1] http://msdn.microsoft.com/en-us/library/ms533897(VS.85).aspx

> Console does not work properly in Internet Explorer
> ---------------------------------------------------
>
>                 Key: FELIX-592
>                 URL: https://issues.apache.org/jira/browse/FELIX-592
>             Project: Felix
>          Issue Type: Bug
>          Components: Web Console
>    Affects Versions: webconsole-1.0.0
>         Environment: Internet Explorer 6 & 7
>            Reporter: Mirko Sagolj
>            Assignee: Felix Meschberger
>            Priority: Minor
>             Fix For: webconsole-1.0.2
>
>
> The links on the following web console pagesproduce javascript errors in IE7:
> - Bundles: Clicking on a Bundle link
> - Components: Clicking on a Component link
> - Configuration:  Selecting a configuration from the drop down, clicking the 
> 'Configure' Button

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to