-
Notifications
You must be signed in to change notification settings - Fork 7
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
update html tooltip to handle bootstrap 5 tabs #87
Conversation
I've tried this on Lizmap master branch and it works (tabs looks exactly like in the popup on the for now this is not compatible with bootstrap 2, probably old maptip popup should be updated too to support new version of bootstrap. |
Can you please do first the PR on Lizmap plugin ? The test suite about tooltips is the other repository. Two points to check :
|
Maybe we can check
I guess it means version 3.8.0 If it's lesser than X then render bootstrap 2 else b5...
Yes it will be a braking change, I don't know when b5 will be release |
No, it's not reliable, because users might have "dozens", "hundreds" of project on their server. We do not expect GIS technicians to update all projects stored on their server when they do an upgrade of Lizmap Web Client. For instance, LWC 3.8.0 https://github.com/3liz/lizmap-web-client/releases/tag/3.8.0 can read CFG file targeting LWC 3.5, written in the "Requirements" :
It's the same as PyQGIS API, all major.minor.patch written with 2 numbers. Qgis.versionInt()
33411 for QGIS 3.34.11 That's why LWC needs to send it's version in the HTTP header/request I think.
I guess you mean LWC with BS5 ? Yes, we will discuss that soon. We just want to release and communicate first with 3.8.1 coming soon. |
Ok, it's clear to me.
Yes exactly |
41c16ef
to
40cad6d
Compare
ab2b0eb
to
472488d
Compare
sorry, deleted my local branch by mistake |
Sorry, why closing ? Was-it a mistake ? This PR is still relevant. |
Update tooltip template to include
classes
and properhtml elements
for Bootstrap 5 compatibility ( Bootstrap 5 lizmap-web-client#4455 )linked to this ticket