Thread Tools Display Modes
02-01-23, 12:27 PM   #1
cbdgv
A Deviate Faerie Dragon
 
cbdgv's Avatar
Join Date: Jan 2008
Posts: 12
Auras quantity problem

When auras enables bu.gap, numTotal does not include the invisible button
For example, a total of 12 are displayed in one line. If there are both buffs and debuffs, one more will be displayed in the second line

The effect I want is to display only one line.

Thank you for correcting
  Reply With Quote
02-06-23, 09:21 AM   #2
lightspark
A Rage Talon Dragon Guard
 
lightspark's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2012
Posts: 341
Oh, I see where the issue is. I'll fix it within the next few days.

That said, when it gets fixed, there will be another "issue", let's say, you have 11 buffs and 1 debuffs with the numTotal being 12, what you'll get in the end will be 11 buffs, a gap, and 0 debuffs. It's not really a bug in this case, it'll be working as intended. The thing is the gap is more suitable for when you're showing multiple rows of buffs and debuffs, imho. With just 1 row, you might want to look into other ways of highlighting/telling what's a buff and what's a debuff.

-- edit

Alternatively, just cap the number of buffs you're showing and filter them more aggressively, so that stuff like that never happens.
__________________

Last edited by lightspark : 02-06-23 at 09:32 AM.
  Reply With Quote
02-10-23, 10:55 PM   #3
lightspark
A Rage Talon Dragon Guard
 
lightspark's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2012
Posts: 341
Hi!

Feel free to test the fix: https://github.com/oUF-wow/oUF/pull/632
__________________
  Reply With Quote
02-11-23, 03:34 AM   #4
cbdgv
A Deviate Faerie Dragon
 
cbdgv's Avatar
Join Date: Jan 2008
Posts: 12
Originally Posted by lightspark View Post
Hi!

Feel free to test the fix: https://github.com/oUF-wow/oUF/pull/632
Thank you very much!
  Reply With Quote

WoWInterface » Featured Projects » oUF (Otravi Unit Frames) » Auras quantity problem

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off