Details
-
Defect
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Second Life 2.6.0 (0) Feb 11 2011 09:57:28 (Second Life Developer)
Release Notes
You are at 238,548.0, 244,914.0, 23.8 in Hippotropolis located at sim2990.agni.lindenlab.com (216.82.19.171:12035)
Second Life Server 11.02.08.220555
Release Notes
CPU: Intel(R) Core(TM)2 CPU T5600 @ 1.83GHz (1828.75 MHz)
Memory: 3071 MB
OS Version: Microsoft Windows XP Service Pack 3 (Build 2600) compatibility mode. real ver: 6.0 (Build 2900)
Graphics Card Vendor: ATI Technologies Inc.
Graphics Card: ATI Mobility Radeon X1300 x86/SSE2
Windows Graphics Driver Version: 8.362-070405a-046310C-Lenovo
OpenGL Version: 2.0.6471 WinXP Release
libcurl Version: libcurl/7.21.1 OpenSSL/0.9.8j zlib/1.2.3 c-ares/1.7.1
J2C Decoder Version: OpenJPEG: 1.3.0, Runtime: 1.3.0
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 1400
Packets Lost: 0/493 (0.0%)Second Life 2.6.0 (0) Feb 11 2011 09:57:28 (Second Life Developer) Release Notes You are at 238,548.0, 244,914.0, 23.8 in Hippotropolis located at sim2990.agni.lindenlab.com (216.82.19.171:12035) Second Life Server 11.02.08.220555 Release Notes CPU: Intel(R) Core(TM)2 CPU T5600 @ 1.83GHz (1828.75 MHz) Memory: 3071 MB OS Version: Microsoft Windows XP Service Pack 3 (Build 2600) compatibility mode. real ver: 6.0 (Build 2900) Graphics Card Vendor: ATI Technologies Inc. Graphics Card: ATI Mobility Radeon X1300 x86/SSE2 Windows Graphics Driver Version: 8.362-070405a-046310C-Lenovo OpenGL Version: 2.0.6471 WinXP Release libcurl Version: libcurl/7.21.1 OpenSSL/0.9.8j zlib/1.2.3 c-ares/1.7.1 J2C Decoder Version: OpenJPEG: 1.3.0, Runtime: 1.3.0 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 1400 Packets Lost: 0/493 (0.0%)
-
https://bitbucket.org/paul_productengine/storm-1004 changeset 869c1628e0e2
-
Code Review, Product Owner
Description
It is possible to have 3 entries of the same name, but of 3 different types, in the block list. The types are Resident, Object, and By Name.
To reproduce this you need an object with the same name of a test resident rezzed and the sidepanel open where you manage your block list.
There are 2 large parts to this issue
1) Adding blocks
Repo: First block by name and then right click and pick Manage->block.
Expected behavior: 2 entries appear in the block list
Observed behavior: The existing Name entry is cleared and no Object entry is created.
2) Removing blocks
This is a long list, so I will not write down the expected behavior. It is expected that only the item you pick to remove is actually removed.
Key: R=Resident, O=Object, N=By Name
Start with RON, unblock O, N is gone too
RON, unblock R, N is gone too
Start with RO, unblock R, O is gone too
RN, unblock R, N is gone too
ON, unblock O, N is gone too