Bug #13602
openMissing CSS style for WSuggestionPopup
0%
Description
I noticed that WSuggestionPopup
is missing its CSS style when using Bootstrap 5 theme. The issue can be seen in the Auto complete example in the widget gallery.
It seems to be caused due to the missing dropdown-item
CSS class. I appended a small patch to this bug report, that fixes the issue. It is, unfortunately, interdependent with Issue #13600, since the element selector uses the href
atrribute value. Thus, it might not be suitable as a final solution.
Best regards,
Steven
Files
Updated by Matthias Van Ceulebroeck 26 days ago
- Target version set to 4.12.1
Thank you for the submission Steven.
I do indeed suspect that your solution is not feasible, when taken together with CSP being enabled. The style omission has been there for a while already (#7645). I'll schedule this fix to happen after the CSP fix for anchors, menus and navigation in general.