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

Carsten Ziegeler commented on FELIX-975:
----------------------------------------

I've applied a number of fixes for the above problems. By default jquery is now 
added as the javascript library to all plugins; this makes the cross-browser 
compatibility much easier.
I've unified the bundles, components and event ui's and cleaned the code a 
little bit to use more jquery features
I've fixed several bugs in the config manager ui:
- checkboxes were not selected (if value is true) in IE6 and IE7 as the IE 
discards the "checked" value when the input element is added to the DOM. So the 
checked attribute has to be set after the element is added.
- Changing values in text fields etc. did not work in IE7 - changed method to 
POST (all uppercase)
- Multi-Values did not work in all browsers as the value got lost due to some 
use of innerhtml which has been replaced now

I'll leave the bug open for some days for further testing.

> Several UI Problems with IE
> ---------------------------
>
>                 Key: FELIX-975
>                 URL: https://issues.apache.org/jira/browse/FELIX-975
>             Project: Felix
>          Issue Type: Bug
>          Components: Web Console
>    Affects Versions: webconsole-1.2.2
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>
> There are several UI problems with IE:
> - Buttons in lists (bundles, components) do not work
> - Buttons are not displayed next to each other, but beneath each other
> - Save of configurations does not work properly

-- 
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