35 - Colspans widen the wrong column
When a colspan forces the tooltip to be wider, it seems to increase the width of the first column it covers. In my case this is absolutely not what I want. There should be some way of specifying which column the colspan covers receives the extra width.
I've attached two screenshots. The first shows the expected output. Note how the second column butts right up against the checkmark in the first column. The second shows the actual output. Note how the checkmark column has received a bunch of extra space.
I haven't investigated thoroughly, so it's possible it's actually widening all the columns by the same amount (the first column is LEFT and the second column is RIGHT). But the point remains that I want some way of designating the column that receives all the extra space. In my case, that should be column 3.
| Name | Size | MD5 |
|---|---|---|
| tooltip.lua | 1.0 KiB | 4ee1fa79dd8e... |
- 2 comments
- 2 comments
- Reply
- #2
eridius Jan 23, 2013 at 10:25 UTC - 0 likesOk, it looks like it's actually splitting the additional needed width among all columns. Seems like intentional behavior, so I guess this could be considered an enhancement request.
- Reply
- #1
eridius Jan 23, 2013 at 07:11 UTC - 0 likesI've uploaded the code that was used to create this tooltip. It's designed to run from within WowLua, so it replaces the visible GameTooltip.