Change philip-20120719-TUn by philip@philip-i7-2 on 2012-07-19 14:37:48
EDT
in /cygdrive/f/clients/laszlo/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: Fix static hyperlinks in text for swf10
New Features:
Bugs Fixed: LPP-10147
Technical Reviewer: (pending)
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Embedding anchor links in text components are now clickable in swf10. If
you change the original text in a textfield, you should manually set
selectable=true if running on swf.
Overview:
Details:
If the caller does not specify the selectable attribute, it defaults to
false. With this change, an anchor tag in swf10 will set
selectable=true. If an application programatically specifies text that
contains a link, they should manually set selectable to true. I
considered fixing this mode as well (by modifying $lzc$set_text) but I
decided not to do this because if an application changes the text, it
can also set the selectable=true.
Tests:
See test I put into jira. There are 3 links, each with a different
setting for selectable (true, false, default). In the default case, the
link is now clickable with this changeset.
Files:
M WEB-INF/lps/lfc/views/LzText.lzs
Changeset:
http://svn.openlaszlo.org/openlaszlo/patches/philip-20120719-TUn.tar