Details
-
Type:
Defect
-
Status: Closed
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: Open Development Candidates
-
Fix Version/s: None
-
Environment:Second Life 3.3.3 (260300) Jun 21 2012 14:14:25 (Second Life Release)
Release Notes
You are at 276,701.0, 251,083.0, 2,501.0 in Belarus located at sim20083.agni.lindenlab.com (216.82.26.96:13009)
Second Life Server 12.07.03.261171
Release Notes
CPU: AMD Phenom(tm) II X4 955 Processor (3214.63 MHz)
Memory: 3200 MB
OS Version: Microsoft Windows XP Service Pack 3 (Build 2600) compatibility mode. real ver: 6.0 (Build 2900)
Graphics Card Vendor: NVIDIA Corporation
Graphics Card: GeForce GTS 450/PCIe/SSE2/3DNOW!
Windows Graphics Driver Version: 6.14.0013.0142
OpenGL Version: 4.2.0
libcurl Version: libcurl/7.21.1 OpenSSL/0.9.8q zlib/1.2.5 c-ares/1.7.1
J2C Decoder Version: KDU v6.4.1
Audio Driver Version: FMOD version 3.750000
Qt Webkit Version: 4.7.1 (version number hard-coded)
Voice Server Version: Not Connected
Built with MSVC version 1600
Packets Lost: 0/13,597 (0.0%)Second Life 3.3.3 (260300) Jun 21 2012 14:14:25 (Second Life Release) Release Notes You are at 276,701.0, 251,083.0, 2,501.0 in Belarus located at sim20083.agni.lindenlab.com (216.82.26.96:13009) Second Life Server 12.07.03.261171 Release Notes CPU: AMD Phenom(tm) II X4 955 Processor (3214.63 MHz) Memory: 3200 MB OS Version: Microsoft Windows XP Service Pack 3 (Build 2600) compatibility mode. real ver: 6.0 (Build 2900) Graphics Card Vendor: NVIDIA Corporation Graphics Card: GeForce GTS 450/PCIe/SSE2/3DNOW! Windows Graphics Driver Version: 6.14.0013.0142 OpenGL Version: 4.2.0 libcurl Version: libcurl/7.21.1 OpenSSL/0.9.8q zlib/1.2.5 c-ares/1.7.1 J2C Decoder Version: KDU v6.4.1 Audio Driver Version: FMOD version 3.750000 Qt Webkit Version: 4.7.1 (version number hard-coded) Voice Server Version: Not Connected Built with MSVC version 1600 Packets Lost: 0/13,597 (0.0%)
Description
1. Create a default prim
2. Add the following script (Note: script will not compile)
default
|
{
|
state_entry()
|
{
|
llSetLinkColor(llList2Integer(prims, llList2Integer(lines, i+3)), <1,0,0>, ALL_SIDES);
|
}
|
}
|
3. Position cursor at the "A" of "ALL_SIDES"
Observe: Cursor is in the middle of the "A"
Note: UI Size is 1.00
Expected: Cursor should be to the left of the "A"
Same script/cursor position on 1.23.5: