-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display query grid: No titles in tabs of second row #3273
Comments
@svades I can't reproduce this issue (I've 2 lines of tabs with a normal style. But I've lesser tabs). Which browser (and version) do you use, and on which OS ? |
It usually happens at the eleventh, twelfth, thirteenth... tab. |
@llienher Please check with more than 10 tabs |
@svades We merged a fix for an issue related to merged tabs for 2.2.2 minor release. We saw that when a merged tabs is defined with a name containing space, brackets, parenthenses, etc, the grid headers would break because the html would use the name defined in the controller as element id. This way the CSS selector was broken in the javascript as it was trying to retrieve several ids (from the spaces), not just the one element we wanted to 'reflow' the grid at tab selection. Our fix should not affect any project setup as the controller setup (mergeTabs) will be the same as now. But the issue is not related to having more than 10 tabs, while the consequences where similar to what you described. Please reopen this issue if it's there is any remaining issue when you are able to test 2.2.2 in your project. |
Thanks for you feedback, I'm reopening this issue. I'm still not sure if it is related the the initial fix we addressed here. Do you have an instance where I can see this issue more in detail ? |
Our branch "gmf222" is where we updated the master to gmf 2.2.2. |
Hi Silvana, we checked this functionality on our demo project; the default demo project does not use the displayquerygrid, but we built a test instance 2.2.2 with Laurent that does activate the displayquerygrid: https://gmf-test.sig.cloud.camptocamp.net/llienher |
Hi, I have been able to narrow the issue to the 'two layers' in the demo (not my own test instance, it's not reliable) and precisely break the grid... |
New issue opened here: |
Project:
Steps to reproduce the issue:
Result:
As soon as there are two rows of tabs in the display query grid the titles are broken.
The text was updated successfully, but these errors were encountered: