bug matrix

Hi,

is there a page that lists the bug number, bug description, if the bug is fixed, and which version the bug is fixed in?

As i am looking for case #3803 New line touch event, which was reported a while ago I think… and I have done numerous searches and what not…

Thanks

Vik [import]uid: 67619 topic_id: 20133 reply_id: 320133[/import]

any update on this? [import]uid: 67619 topic_id: 20133 reply_id: 101568[/import]

Hey Vik,

I will try to get some info on this for you, I believe it is in the process of being reassigned. [import]uid: 52491 topic_id: 20133 reply_id: 101776[/import]

Thanks Peach… I think it might come in handy…

I am in the process of doing some event notification, not sure if its a known bug or if I am doing something wrong… be handy to quickly do a search and go… yes it is a bug…

[import]uid: 67619 topic_id: 20133 reply_id: 101797[/import]

I agree, this is something that has come up before but I’m not sure where we went with it.

I will bring it up next meeting and see if we’re still working on something like this :slight_smile: [import]uid: 52491 topic_id: 20133 reply_id: 101826[/import]

I looked up the case and it hasn’t been closed but when I tried the code supplied in the bug case, it worked fine. Touching any line segment does generate a touch event.

local imgDial1 = display.newLine( 0,-110, 27,-35 )  
 imgDial1:append( 105,-35, 43,16, 65,90, 0,45, -65,90, -43,15, -105,-35, -27,-35, 0,-110 )  
 imgDial1:setColor( 255, 102, 102, 255 )  
 imgDial1.width = 10   
   
imgDial1.x=160; imgDial1.y = 100  
  
local function butDial1()  
 print("Line touched")  
end  
  
imgDial1:addEventListener("touch", butDial1)  

Is this what you are talking about?

Tom [import]uid: 7559 topic_id: 20133 reply_id: 101866[/import]

Tom,

Yeah the line touch event was an issue at the time. And yes it looks like it is working fine.

But this thread was about us being able to peer into the known bug lists… which I think you guys are doing now anyway according to Walters recent post)

Thanks

Vik [import]uid: 67619 topic_id: 20133 reply_id: 102059[/import]