Changes between Initial Version and Version 7 of Ticket #18683


Ignore:
Timestamp:
2020-02-06T20:22:01+01:00 (5 years ago)
Author:
Kovoschiz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18683

    • Property Summary Exempt `@` from `taxi:conditional=` in checking for suspicious chracters when pasting tagsExempt and parse `@` from `taxi:conditional=` properly in checking for suspicious chracters and pasting tags
  • Ticket #18683 – Description

    initial v7  
    11==== What steps will reproduce the problem?
    2 1. Copy a `taxi:conditional=*` tag
     21. Copy a `taxi:conditional=*` tag containing `=` in value.
    332. Paste the tag
    44
    55==== What is the expected result?
    6 No warning/confirmation pop-up, as with other `*:conditional=` keys.
     61. No warning/confirmation pop-up, as with other `*:conditional=` keys.
     72. Paste only a `taxi:conditional=*` tag.
    78
    89==== What happens instead?
    9 "Do you want to paste this tag?" pops up suggesting it is suspicious to have `@` in `taxi:conditional=*`'s value.
     101. "Do you want to paste this tag?" pops up suggesting it is suspicious to have `@` as a key
     112. Pastes a `@=*` tag, truncates `taxi:conditional=*`'s condition part including and after `@`
    1012
    1113==== Please provide any additional information below. Attach a screenshot if possible.