- Posts: 104
Solved Lists - Individuals & Families
- Marky
- Topic Author
- Offline
- Junior Member
This applies to 2.1.21 & 2.2.0.
After selecting a surname the table has no horizontal borders.
Again this applies to 2.1.21 & 2.2.0.
The surnames in the family list are no longer links in 2.1.21 but appear to be working as links in 2.2.0.
webtrees v2.1.21
PHP v8.3.12
Please Log in or Create an account to join the conversation.
- Franz Frese
- Offline
- Elite Member
Raise issue at github?
Please Log in or Create an account to join the conversation.
- kiwi
- Offline
- Platinum Member
Nigel
www.our-families.info
Please Log in or Create an account to join the conversation.
- Marky
- Topic Author
- Offline
- Junior Member
- Posts: 104
I think that's a separate issue.
This seems to do with tables in general.
Justification in table header fields and data fields seems inconsistant e.g. for recent changes:
webtrees v2.1.21
PHP v8.3.12
Please Log in or Create an account to join the conversation.
- kiwi
- Offline
- Platinum Member
I was only referring just to this:> Or it might already be fixed: github.com/.....
I think that's a separate issue.
This seems to do with tables in general.
Justification in table header fields and data fields seems inconsistant e.g. for recent changes:
That issue is unlikely to be anything related ti the table border issues. So if it’s not related to the link I gave (I’m not able to test it today) it will need a separate github issue.The surnames in the family list are no longer links in 2.1.21 but appear to be working as links in 2.2.0.
Nigel
www.our-families.info
Please Log in or Create an account to join the conversation.
- raaspt
- Offline
- New Member
- Posts: 15
If you can't wait for an official fix, a workaround is to edit line 50 of "\resources\views\lists\surnames-table.phtml" file and replace
I don't recommend changing source code on your own unless you know what you're doing, and if you do make sure you backup the original file.
Please Log in or Create an account to join the conversation.
- fisharebest
- Offline
- Administrator
I have created an issue with datatables:
github.com/DataTables/DataTablesSrc/issues/306
Greg Roach - greg@subaqua.co.uk - @fisharebest@phpc.social - fisharebest.webtrees.net
Please Log in or Create an account to join the conversation.
- raaspt
- Offline
- New Member
- Posts: 15
Please check github.com/DataTables/DataTablesSrc/issues/303 and datatables.net/forums/discussion/78320/h...etected-columns-type .
Thanks
Please Log in or Create an account to join the conversation.
- Franz Frese
- Offline
- Elite Member
the fix#5059 is already included in the 2.1.21 release and so does not solve the issue!
Please Log in or Create an account to join the conversation.
- Marky
- Topic Author
- Offline
- Junior Member
- Posts: 104
1. Data table field alignment (cosmetic)
Problem in 2.1.21, 2.2.0 & 2.2.0(beta/dev).
Caused by a new version of datatables.
2. Data table missing horizontal lines (cosmetic)
Problem in 2.1.21, 2.2.0 & 2.2.0(beta/dev).
Seen in individual and families list (details page).
Vertical lines have also changed - table boundary lines (far right & left) look OK but internal lines seem heavier.
3. Family names in surname list are no longer links (functional)
Problem in 2.1.21 & 2.2.0(beta/dev) but works in 2.2.0.
Do any of these need github'ing?
webtrees v2.1.21
PHP v8.3.12
Please Log in or Create an account to join the conversation.
- fisharebest
- Offline
- Administrator
I am fixing (3) now.
Greg Roach - greg@subaqua.co.uk - @fisharebest@phpc.social - fisharebest.webtrees.net
Please Log in or Create an account to join the conversation.
- Marky
- Topic Author
- Offline
- Junior Member
- Posts: 104
Adding the following CSS reverts table borders to how they looked in 2.1.20.
I can see how 2 adjacent vertical borders would collapse into 1 border but I have no idea why it would make the horizontal borders (previously missing) now appear!
webtrees v2.1.21
PHP v8.3.12
Please Log in or Create an account to join the conversation.
- fisharebest
- Offline
- Administrator
We had logic to set the border-collapse, but a class-name had changed during the datatables upgrade so it wasn' being applied.
Greg Roach - greg@subaqua.co.uk - @fisharebest@phpc.social - fisharebest.webtrees.net
Please Log in or Create an account to join the conversation.