|
Bugzilla – Full Text Bug Listing |
| Summary: | [PENDING BACKPORT] ScrollBarVisibility.Hidden doesn't work | ||
|---|---|---|---|
| Product: | [Mono] Moonlight | Reporter: | calen chen <cachen> |
| Component: | plugin | Assignee: | Swamp Workflow Management <swamp> |
| Status: | VERIFIED FIXED | QA Contact: | Swamp Workflow Management <swamp> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | 2.0.x | ||
| Target Milestone: | --- | ||
| Hardware: | x86 | ||
| OS: | openSUSE 11.1 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 546068 | ||
| Attachments: |
ScrollViewerSample
Patch which resolves the issue. |
||
|
Description
calen chen
2010-01-20 08:19:33 UTC
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! |