View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005089 | MMW v4 | Properties/Auto-Tools | public | 2008-12-27 02:01 | 2008-12-30 13:45 |
Reporter | Assigned To | ||||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | feedback | Resolution | open | ||
Product Version | 3.1 | ||||
Fixed in Version | 3.1 | ||||
Summary | 0005089: Can't enter ";;" in Properties for multi-value fields. | ||||
Description | Select any track. Assume that it has Genre="Rock". Select Properties. Edit Genre as follows. 1)At the end of the "Rock" type the following ";; Junk". The interactive editor will delete the second ";' so that you now have "Rock; Junk". 2)Cursor back to the ";" and type a second ";" so that it now reads "Rock;; Junk" 3)Ok to commit the change. A new genre of "Rock; Junk" has been created in Genres. | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
The intended behavior is that ';;' is used whenever the user wants to include ';' within the name of an Artist. This currently doesn't seem to be working as intended, since the multi-value helper (auto-suggest) becomes active even when 2 semi-colons are entered. This is for Petr to resolve, however, I'm assigning to Jiri to clarify the intended behavior re. how such entries should appear in the tracklist (i.e. should they show up with ';;'? |
|
Yes, they are shown as ';;', unless multi-value separator is configured to another value than ';'. Assigning to Petr to fix handling in the auto-suggest tool. |
|
Understand now. Assuming separator is set to ";" then a ";" in Artists or Genres should match to a ";;" in the appropriate Songs field. My issue is a nobug, but, the handling of ";;" in Properties is an issue. Changing summary to reflect real issue. |