[Freeipa-devel] [PATCH] 175, 176 Fixed: Unable to select option in combobox in IE and Chrome

Petr Vobornik pvoborni at redhat.com
Wed Aug 1 11:19:51 UTC 2012


On 07/31/2012 09:33 PM, Endi Sukma Dewata wrote:
> On 7/27/2012 10:55 AM, Petr Vobornik wrote:
>> [PATCH] 175 Fixed: Unable to select option in combobox in IE and Chrome
>>
>> There's probably a bug regarding z-index stacking in Chrome and IE. It
>> appears when combobox is used in dialog. Combobox's select area had
>> z-index=1010. When first jquery dialog is open it has z-index=1000.
>> Further dialogs have higher z-index. When dialog's z-index exceeds 1010
>> option in select control can't be selected. IMO it is a browser bug
>> because select control lies in dialog content's stacking context so it
>> should be functional even with z-index=1.
>>
>> This patch raises select area's z-index to 9000000 which should prevent
>> the issue for some time. Also it make's combobox's z-index configurable
>> so we can solve combobox stacking (ie in service-add dialog).
>>
>> Second part of:
>> https://fedorahosted.org/freeipa/ticket/2834
>>
>> [PATCH] 176 Fixed: combobox stacking in service adder dialog
>>
>> First select's content is displayed under second comboxes content when
>> select is opened when second combobox is opened
>>
>> Bonus for:
>> https://fedorahosted.org/freeipa/ticket/2834
>
> ACK.
>
>
Pushed to master.

-- 
Petr Vobornik





More information about the Freeipa-devel mailing list