Bugzilla – Bug 572163
[PENDING BACKPORT] ScrollBarVisibility.Hidden doesn't work
Last modified: 2010-04-07 07:47:42 UTC
Created attachment 337587 [details] ScrollViewerSample REPRO: 1. I have created a sample with Button and ScrollViewer controls 2. the sample can be build by mxap successful to create html and xap 3. run the html with Forefox on linux 4. click Button "Hidden Vertical" 5. click Button "Hidden Horizontal" RESULTS: after doing step4 and step5, Vertical scrollbar and horizontal scrollbar still are showing EXPECTED RESULTS: they shold be hidden COMMENTS: I got the moonlight2.0 xpi from moon-a11y team's hudson, here is the link: http://151.155.248.179:8010/job/_moonatkbridge_tag_xpi/
Created attachment 337638 [details] Patch which resolves the issue. We were missing a call to update the value of 'ComputedHorizontalScrollbarVisibility' and 'ComputedVerticalScrollbarVisibility' which are the values which the Scrollbars are databound to. The attached patch fixes your testcase.
This patch was committed in r149894 in moon trunk. Marking as pending backport.
just backported this patch
Closed, big thanks!