Good point. I made this change myself.
On Oct 22, 2007, at 11:53 AM, André Bargull wrote:
Ben, are sure that every JIRA-user has got access to the "Edit"-
function? I don't think so, I guess you need to be at least in the
group "jira-developers" or anything similar to this one to be able
to edit a issue.
André
[cc'ing laszlo-dev]
On Oct 22, 2007, at 1:54 AM, Frederic SULLET wrote:
> hi Ben,
>
> I created the jira issues (LPP-4913 LPP-4912 LPP-4911) on text
> object and your were assigned to them.
> You asked me if these bugs were also present in 4.0.6, yes they
are.
Good.
>
> I have two questions :
>
> 1- have can I copy/move these jira to version 4.0.6 from 3.3.3 ?
In Jira, edit the bug (in the Operations menu) and in the
"Affects Version/s" field, select 4.0.6 in addition to 3.3.3.
> 2- where can i find the code of text object ? I indeed went
through > the LZX code files and find nothing on it.
Good question! The text object is part of the LFC -- "Laszlo
Foundation Classes" and is thus defined in script, not lzx files:
$LPS_HOME/WEB-INF/lps/lfc/views/LzText.lzs
with platform-specific kernel implementations in
$LPS_HOME/WEB-INF/lps/lfc/kernel/swf/LzTextSprite.as
and
$LPS_HOME/WEB-INF/lps/lfc/kernel/dhtml/LzTextSprite.js