Re-rendering issues
Reported by brpratt (at gmail) | September 23rd, 2010 @ 03:41 PM
This is a strange problem and a bit difficult for me to describe, so I'm going to use an example.
Let's say I have a table laid out below a form input, as well as an error message that flashes some text, but only if there is an error... so when there is an error the scene loads the prop of of the error message and this effectively pushes my table downward along the Y-axis of the scene. No problem, that's exactly how I would expect it to respond. Unfortunately when the user corrects their form data and inserts it correctly (thus removing the error message, and thus, causing the table to again move up to its original location on the Y-axis) there is still a partial hunk of text down at the bottom, between where the old table ended and where the new table ends. I'm not sure if this is a limelight-only issue or if it's a Java/jruby issue, but I thought I should bring it to your attention.
I've included a screenshot. As you can see the old number (8.83..) is still there, and the new number (12.83..) is above it, even though the 12.833 number is more recently rendered.
Comments and changes to this ticket
-
Micah Martin September 23rd, 2010 @ 09:01 PM
- Tag set to bug
This is almost certainly a problem with Limelight. The Prop in the background should be repainted when the text moves up, but clearly it's not. What version of Limelight are you using?
-
brpratt (at gmail) September 23rd, 2010 @ 10:26 PM
I'm using both the latest JRuby (1.5.2 I believe) and limelight (0.5.5)
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Elegant UI Framework for Ruby