PDA

View Full Version : Problem with tags with v3.0.2



Leo49
March 13th, 2014, 17:25
Hello !

I'm a french woman, so, sorry by advance if my english isn't good.

I see tags errors with v3.0.2 :

1 - Order by tag is a problem :

https://domaine.colombier.free.fr/FG/OrderProblem.png
Burning Disarm is after Tripvine in this list because
Tripvine tag is "Tripvine" and Burning Disarm tag is "burningdisarm".
It's sort by tag name.

Is there a sort by label name in options ?




















Note : When I open a window with a list, like in this exemple, I expected the focus in search field... but the focus don't change.




2 - Formatting Tags not recognized from character sheet (text editable) :


If I open a spell from the main list, I have this description with a correct format :

https://domaine.colombier.free.fr/FG/Tags1.png
If I drag and drop this spell in a character sheet and open it from this character sheet, I have a text with many format errors.









Note : I can edit this text, not the description without format errors.
https://domaine.colombier.free.fr/FG/Tags2.png



3 - Tags errors in a table :

In Fantasy Grounds, I have this table :
https://domaine.colombier.free.fr/FG/Table1.png

<table><tr> <td colspan=2>Test 1 : italic and bold text </td> </tr>
<tr> <td><i>italic</i> text</td> <td><b>bold</b> text</td> </tr>
<tr> <th><i>italic</i> text</th> <th><b>bold</b> text</th> </tr>
</table>

<table><tr> <td colspan=3>Test 2 : colspan and rowspan </td> </tr>
<tr> <td>Item 1</td> <td rowspan=2>Item 2</td> <td>Item 3</td> </tr>
<tr> <td>Item 4</td> <td>Item 5</td> </tr> </table>
Expected table :
https://domaine.colombier.free.fr/FG/Table2.png