You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Dan Haywood (JIRA)" <ji...@apache.org> on 2014/03/11 08:45:45 UTC

[jira] [Closed] (ISIS-692) Prevent/reduce flicker on pages with drop-down list box.

     [ https://issues.apache.org/jira/browse/ISIS-692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Haywood closed ISIS-692.
----------------------------


> 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.2#6252)