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

Petr Vobornik pvoborni at redhat.com
Fri Jul 27 15:55:23 UTC 2012


[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
-- 
Petr Vobornik

-------------- next part --------------
A non-text attachment was scrubbed...
Name: freeipa-pvoborni-0175-Fixed-Unable-to-select-option-in-combobox-in-IE-and-.patch
Type: text/x-patch
Size: 3429 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20120727/1d7cba28/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: freeipa-pvoborni-0176-Fixed-combobox-stacking-in-service-adder-dialog.patch
Type: text/x-patch
Size: 1581 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20120727/1d7cba28/attachment-0001.bin>


More information about the Freeipa-devel mailing list