It will be _really_ helpful if we could get debugger bug reports to
help us track these down. We'd have a lot more context to examine.
How to do that:
1) Enable backtrace
2) Provoke the problem
3) Inspect (click on) the message that you are concerned with. (It
can be any level of message, it does _not_ have to be an error).
4) Enter `Debug.bugReport()` in the debugger eval window.
5) Copy the output to email or the Jira bug.
Thanks!
On 2008-12-16, at 20:36EST, Lee Lundrigan wrote:
Hi guys,
I have this debug warning happening against applyConstraintMethod.
Here is the code:
6 <class name="wtscrollbar" extends="basescrollbar"
7 visible="${this.scrollable && (this.height > 21)}"
8 axis="y" width="16"
9 >
and here is what the debugger is telling me:
@/Users/Lee/src/diamond-dhtml42/client/components/wtscrollbar/
wtscrollbar.lzx#8: wtscrollbar.applyConstraint is deprecated. Use
wtscrollbar.applyConstraintMethod instead
I am assuming this problem is referring to the constraint being
placed on visible but neither Maynard nor I could see why this isn't
working...maybe you guys could shed some light on this for us?
Thanks,
Lee