We only need to enable (and clip away) the scrollbars if the text
element requests scrollevents (i.e., if you want to present a bunch of
text in a smaller view and use the underlying sprite to scroll it up
and down, e.g., this is the way the debugger window works).
So, we could make the clipping of the text element be conditional on
scrollevents being enabled. This would be a kernel change.
On 2009-08-24, at 02:06EDT, Raju Bitter wrote:
In this example I see that the text view is being clipped in DHTML.
Is there any way to disable the text clipping? I looked at the code
LzTextSprite, but got the impression that clipping is used to
suppress the scrollbars.
On Aug 24, 2009, at 2:46 AM, Raju Bitter wrote:
And if you wonder what that would look like, here you go:
http://openfuture.rajubitter.com/2009/08/24/openlaszlo-css3-text-shadow-demo/
On Aug 24, 2009, at 1:11 AM, Raju Bitter wrote:
I created a feature request for CSS3 text-shadow support:
http://jira.openlaszlo.org/jira/browse/LPP-8409
Similar to CSS3 box-shadow, http://jira.openlaszlo.org/jira/browse/LPP-8399
.
The biggest problem for both features will be to get the same
rendering for both SWFx and DHTML.