secondlife / jira-archive

2 stars 0 forks source link

[BUG-2760] Touch is greyed out when right clicking on child prims in a touchable linkset if the script uses a reset on rez #11842

Open sl-service-account opened 11 years ago

sl-service-account commented 11 years ago

h4.Steps To Reproduce

  1. Rez 3 cubes and link them
  2. Colour root prim differently
  3. Add this script to the root prim

    
    default
    {
       state_entry()
       {
           llSay(0, "Hello, Avatar!");
    
           state touchy;
       }
    }
    
    state touchy
    {
      touch_start(integer total_number)
       {
           llSay(0, "Touched.");
       }
    
       on_rez(integer n)
       {
           llResetScript();
       }
    }
  4. Take a copy of linkset into inventory and re-rez.
  5. Left click on each of the 3 prims on the linkset and verify that you see "Touched" in chat.
  6. Right click root prim and Touch, then right click each child prim and Touch.

    h4.Observed Behaviour

Original Jira Fields | Field | Value | | ------------- | ------------- | | Issue | BUG-2760 | | Summary | Touch is greyed out when right clicking on child prims in a touchable linkset if the script uses a reset on rez | | Type | Bug | | Priority | Unset | | Status | Accepted | | Resolution | Accepted | | Reporter | Whirly Fizzle (whirly.fizzle) | | Created at | 2013-06-02T07:15:17Z | | Updated at | 2014-03-10T21:18:33Z | ``` { 'Business Unit': ['Platform'], 'Date of First Response': '2013-06-03T13:47:12.688-0500', 'System': 'SL Simulator', 'Target Viewer Version': 'viewer-development', 'What just happened?': '..', 'What were you doing when it happened?': '.', 'What were you expecting to happen instead?': '.', } ```
sl-service-account commented 11 years ago

Maestro Linden commented at 2013-06-03T18:47:13Z

Hi Whirly, thanks for the report. We can reproduce this bug.

sl-service-account commented 11 years ago

MartinRJ Fayray commented at 2013-06-03T18:59:51Z, updated at 2013-06-03T19:11:14Z

Related to SVC-3017? ETA: When I link another prim to the repro-linkset and repeat the repro steps from above (taking the linkset into inventory, re-rezzing the linkset, then right-clicking on the childprims), I cannot reproduce the issue anymore.