-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
2.0.0
-
None
The view use Font Awesome "fa-filter" css class to display a filter icon on right side of filter input.
But the view does not bring font awesome itself.
So if the skin does not depends on Font Awesome, the icon is missing.
<div data-v-2356340d="" class="d-flex member-filter-input_field border mb-5"> <input data-v-2356340d="" placeholder="Filtrer la liste ..." class="member-filter-input"> <i data-v-2356340d="" class="fa fa-filter"></i> </div>
[WORKSPACES-579] [Members module in VueJS] Missing a filter icon, if font awesome is not used by the skin
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Resolution | New: Cannot Reproduce [ 5 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Rank | New: Ranked higher |
Sprint | Original: 4.3 M3 [ 35 ] |
Assignee | Original: Grégory Lefebvre [ glefebvre ] |
Description |
Original:
The view use Font Awesome "fa-filter" css class to display a filter icon on right side of filter input.
But the view does not bring font awesome itself. So if the skin does not depends on Font Awesome, the icon is missing. !image-2019-09-04-15-27-39-907.png|thumbnail! !image-2019-09-04-15-28-19-983.png|thumbnail! |
New:
The view use Font Awesome "fa-filter" css class to display a filter icon on right side of filter input.
But the view does not bring font awesome itself. So if the skin does not depends on Font Awesome, the icon is missing. !image-2019-09-04-15-27-39-907.png|thumbnail! !image-2019-09-04-15-28-19-983.png|thumbnail! {code:xml} <div data-v-2356340d="" class="d-flex member-filter-input_field border mb-5"> <input data-v-2356340d="" placeholder="Filtrer la liste ..." class="member-filter-input"> <i data-v-2356340d="" class="fa fa-filter"></i> </div> {code} |
the new new module is independant now