[
https://issues.apache.org/jira/browse/PIVOT-738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13269679#comment-13269679
]
Sandro Martini commented on PIVOT-738:
--------------------------------------
Note that inside ScrollPaneSkin, in the method isOptimizeScrolling, there is a
block of code that uses very old and deprecated calls of AWT ... this could be
a change to it (but NOT related to this bug):
// TODO: verify if use non deprecated methods ...
optimizeScrolling = (displayHost.getScale() == 1
&& (DesktopApplicationContext.isActive()
//TODO: existing code ...
// || (displayHost.getPeer().canDetermineObscurity()
// && !displayHost.getPeer().isObscured())));
&& displayHost.isDisplayable())); // new call
with this change all works in my tests, but we should try on more platforms and
even with transparencies ... what do you think ?
Tell me.
> artefact problem with 2 scrollPane and TableView
> ------------------------------------------------
>
> Key: PIVOT-738
> URL: https://issues.apache.org/jira/browse/PIVOT-738
> Project: Pivot
> Issue Type: Bug
> Components: wtk
> Affects Versions: 2.0
> Reporter: Duto
> Assignee: Sandro Martini
> Priority: Minor
> Fix For: 2.0.2
>
> Attachments: pivot-738_redraw_area_with_red_annotation.jpg,
> screenshot-1.jpg, screenshot-2.jpg
>
>
> I have a strange problem when I use a 2 scrollpane with a ListView :
> see my attach screenshots and my video
> (http://www.youtube.com/watch?v=DpBIWZ-fT_M).
> The list is not properly refresh when I use the scrollbar or I use
> mousewheel. With the keyboard that work perfectly.
> I have only this issue if the tableViewHeader is hidden by the global
> scrollpane.
> Best regards
> Duto
> Discussion:
> http://apache-pivot-users.399431.n3.nabble.com/artefact-problem-td2836083.html
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira