doadin / Plexus

Other
9 stars 2 forks source link

[Bug] Text Indicator is not in the right place #42

Closed Rubyurek closed 3 years ago

Rubyurek commented 3 years ago

I really love your addon but i have some issues about Plexus Dynamic Indicators. I create a Text Indicator for names. When i'm in a dungeon group then it shows correctly the names

Describe the bug Text indicator like names don't have a correct position. In Dungeon Group is that ok but on higher group the names looks like on screenshots

To Reproduce Steps to reproduce the behavior:

  1. Go to '/plexus'
  2. Click on 'Dynamic Indicators'
  3. Create 'Text Indicator'
  4. See error

Expected behavior I want the names into the bars not over the bars.

Screenshots Screenshot_5

Screenshot_6

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

doadin commented 3 years ago

What are your frame sizes?

Rubyurek commented 3 years ago

Screenshot_2 Screenshot_3

doadin commented 3 years ago

ok so that looks about right to me, if your frames are only 25 pixels high and you have the indicator set to be 23 pixels up from the center, its going to go out of frame. The part maybe you missed is that its anchoring from center not bottom. though this is one down fall of auto size is that it maybe be hard to find placement that fits all sizes. I would maybe suggest, for the indicator anchor from top and use -5 for y, That way no matter how stretched your frame is it will always be close to the top.

So basically how you have it now is frame size of 25 in large group and then the indicator goes up 23 from the center aka middle not from top or bottom so it goes beyond the size of the frame.

Rubyurek commented 3 years ago

allright thank you i will change it.

doadin commented 3 years ago

ok, im going to go ahead and close this if you still have this issue or another please reopen or open a new issue, thanks!