Opened 5 years ago
Last modified 5 years ago
#20656 closed defect
CSS :selected pseudoclass doesn't update for child items with selection change — at Initial Version
| Reported by: | Owned by: | team | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Core mappaint | Version: | |
| Keywords: | css selected pseudoclass | Cc: |
Description
Consider the following MapCSS rule:
way:selected > node { symbol-stroke-color:#ff00ff; }
It should color nodes of a selected way in pink. And it does, but the effect isn't applied with every selection change. Only more significant redraws or CSS reloads update the upstream :selected state.
Note:
See TracTickets
for help on using tickets.


