gogo649 / birdeye

Automatically exported from code.google.com/p/birdeye
0 stars 0 forks source link

order of elements display doesn't apply (QaVis and NG) #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. the order inside the elements section has no
effect on their display order.

What is the expected output? What do you see instead?
Elements must show up according the elements section order.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by f4us...@gmail.com on 4 Aug 2009 at 12:16

GoogleCodeExporter commented 9 years ago
The problem was caused by the extendMouseEvents property, which implied the 
data item 
layout to be targetted to the elements container instead of the element itself. 
This 
caused any element with extendMouseEvents set to true to be displayed on top 
without 
considering the elements order.

Problem fixed in NG.

Original comment by f4us...@gmail.com on 19 Aug 2009 at 10:10