[
https://issues.apache.org/jira/browse/FELIX-5223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ana Vinatoru updated FELIX-5223:
--------------------------------
Attachment: FELIX-5223_2.diff
Attaching a new patch with the following changes:
* replacing jquery.autosize.min.js with autosize.min.js (the latest version of
the library)
* changing config.js to use the new autosize API
* setting a min-size for text-areas, since even with the latest autosize they
don't display properly in IE and Edge
* adding paddings to some of the configuration window components, to make the
text easier to read.
I will admit that the latest point is a pet peeve of mine, and since I'm in the
area anyway I took the chance to improve text readability (see screenshot). If
you find it too intrusive I can leave these changes out.
> [IE11][Edge]: Fields in OSGI Configuration Manager are not editable
> -------------------------------------------------------------------
>
> Key: FELIX-5223
> URL: https://issues.apache.org/jira/browse/FELIX-5223
> Project: Felix
> Issue Type: Bug
> Components: Web Console
> Affects Versions: webconsole-4.2.8, webconsole-4.2.14
> Reporter: Ana Vinatoru
> Attachments: FELIX-5223.diff, FELIX-5223_2.diff, Screen Shot
> 2016-03-23 at 17.30.21.png
>
>
> Access the configuration manager (/system/console/configMgr) using IE11 or
> Microsoft Edge.
> Find a configuration that allows the user to input text inside a textfield.
> The content of these fields is not visible or editable because the height of
> the field is set to 0px.
> Investigation seems to point to a malfunction of the autosize JS library, as
> this line in config.js set the height to 0:
> + $(textareaEl).autosize();
> A possible solution would be to set a min-height on the textfields, if the
> issue in the library isn't fixed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)