[
https://issues.apache.org/jira/browse/ISIS-692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dan Haywood resolved ISIS-692.
------------------------------
Resolution: Fixed
> Prevent/reduce flicker on pages with drop-down list box.
> --------------------------------------------------------
>
> Key: ISIS-692
> URL: https://issues.apache.org/jira/browse/ISIS-692
> Project: Isis
> Issue Type: Improvement
> Components: Viewer: Wicket
> Affects Versions: viewer-wicket-1.3.1
> Reporter: Dan Haywood
> Assignee: Dan Haywood
> Priority: Minor
> Fix For: viewer-wicket-1.4.0
>
>
> The select2 field uses javascript to dynamically create a <div>; when this is
> created the other elements on the page have to reflow.
> This improvement is to use a wrapping <div> placeholder that is fixed to the
> same size as the div that gets added, thereby preventing the reflow.
> ~~~
> It's possible (not tested) that this might also prevent the appearance of
> scrollbars on large action dialogs.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)