we've just published the next milestone build: 1.5M6. This one is packed
with features like markup support and enhancements for Tree and Table
[1]. The full list of features can be found in our New and Noteworthy
[2]. The RAP download page [3] has the update site urls and links to the
zipped donwloads.
We've been very busy again fixed more than 70 bugs. Check out the list
of fixed bugs in the New and Noteworthy [2].
Thanks for yet another great milestone deliverable. I am particularly interested on Table markup. Is it possible to do a "yellow fade" for a table row? Something like highlighting a row, and it slowly fades away.
Thanks for yet another great milestone deliverable. I am particularly interested on Table markup. Is it possible to do a "yellow fade" for a table row? Something like highlighting a row, and it slowly fades away.
We want to use "yellow fade" after user making edits for a table. A valid use case can be the following:
User adds a new item for the table. The new item shows up in the table, with yellow background for the new item. The yellow color will slowly fade away after that.
> We want to use "yellow fade" after user making edits for a table. A
I didn't know "yellow fade" was a thing. Okay, so it fades from yellow
to white on appear (or change?). It's not possible to do this with
markup. A) no Script tags allowed, and more importantly b) the markup
only renderes within the bounds of a cell, and you would need to animate
the entire item background.
It would be something fitting for either Theming-Animations or
ClientScripting, but in both cases RAP is currently lacking some details
to achieve the effect. I'll keep this usecase in mind since i'm planning
to do some work on both features (Animations and ClientScripting) in the
next few months.
> Thanks Tim. Do you think it is a good idea to log an enhancement in
> Bugzilla?
Sure. It would be a good idea to explain in detail what yellow fade is,
and that it is an established pattern, not just your personal idea.
Also, what widgets you would need it on.