Re: [Freeipa-devel] [PATCH] 711 webui: internet explorer fixes

2014-07-28 Thread Petr Vobornik
On 25.7.2014 22:26, Endi Sukma Dewata wrote: On 7/24/2014 11:36 AM, Petr Vobornik wrote: On 23.7.2014 15:17, Petr Vobornik wrote: Fixed: 1. IE doesn't support value 'initial' in CSS rule. 2. setting innerHTML='' also destroys content of child nodes in LoginScreen in IE - reattached buttons

Re: [Freeipa-devel] [PATCH] 711 webui: internet explorer fixes

2014-07-25 Thread Endi Sukma Dewata
On 7/24/2014 11:36 AM, Petr Vobornik wrote: On 23.7.2014 15:17, Petr Vobornik wrote: Fixed: 1. IE doesn't support value 'initial' in CSS rule. 2. setting innerHTML='' also destroys content of child nodes in LoginScreen in IE - reattached buttons have no text. Should go into 4.0 Milestone

Re: [Freeipa-devel] [PATCH] 711 webui: internet explorer fixes

2014-07-24 Thread Petr Vobornik
On 23.7.2014 15:17, Petr Vobornik wrote: Fixed: 1. IE doesn't support value 'initial' in CSS rule. 2. setting innerHTML='' also destroys content of child nodes in LoginScreen in IE - reattached buttons have no text. Should go into 4.0 Milestone Found an issue in the implementation, new