You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Ana Vinatoru (JIRA)" <ji...@apache.org> on 2016/03/23 16:23:25 UTC

[jira] [Created] (FELIX-5223) [IE11][Edge]: Fields in OSGI Configuration Manager are not editable

Ana Vinatoru created FELIX-5223:
-----------------------------------

             Summary: [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.14, webconsole-4.2.8
            Reporter: Ana Vinatoru


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)