diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2012-07-27 16:31:58 +0200 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2012-08-01 13:12:33 +0200 |
commit | 7a2587e6a15b59b857ab973490b2f6eb9fc9ebe0 (patch) | |
tree | 32a7183218659eb90a74e1b9d9fd0de14289fc18 /ipalib/plugins/config.py | |
parent | 68d5fe1ec7d785f127b3513f84cc632cdb1f9167 (diff) | |
download | freeipa.git-7a2587e6a15b59b857ab973490b2f6eb9fc9ebe0.tar.gz freeipa.git-7a2587e6a15b59b857ab973490b2f6eb9fc9ebe0.tar.xz freeipa.git-7a2587e6a15b59b857ab973490b2f6eb9fc9ebe0.zip |
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 dialogs 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
Diffstat (limited to 'ipalib/plugins/config.py')
0 files changed, 0 insertions, 0 deletions