Changes between Initial Version and Version 1 of Ticket #20656


Ignore:
Timestamp:
2021-03-23T18:36:40+01:00 (5 years ago)
Author:
skyper
Comment:

Thanks for your report, however your ticket is incomplete and therefore not helpful in its current form.

Please add all needed information according to this list:

  • The required parts of the Status Report from your JOSM.
  • Describe what behaviour you expected.
  • Describe what did happen instead.
  • Describe if and how the issue is reproducible.
  • Add any relevant information like error messages or screenshots.

To ensure that all technical relevant information is contained, create new tickets by clicking in JOSMs Main Menu on Helpsource:trunk/resources/images/bug.svg Report Bug.

Remember: This is a generic notice so we don't need to write the same stuff again and again. It may only apply in parts to the specific case!

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20656 – Description

    initial v1  
    11Consider the following MapCSS rule:
    22
     3{{{
     4#!mapcss
    35way:selected > node { symbol-stroke-color:#ff00ff; }
     6}}}
    47
    58It 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.