View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0010800 | MMW v4 | Main Panel | public | 2013-04-30 19:55 | 2013-09-21 04:27 |
Reporter | lowlander | Assigned To | |||
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | no change required | ||
Product Version | 4.1 | ||||
Summary | 0010800: in-place editing keeps ;; in multi-value field (regression) | ||||
Description | When having 2 ; in a multi-value field (either due to manual entering or removing a value between 2 ;) while in-place editing MediaMonkey won't remove ;; while it will do so in the Properties dialog. | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
I see the same for both filelisting edits and edits via Properties. In both cases ;; is accepted. By watching DUnit tests it was intentional: CheckEquals( 'AB;;BA; Beatles', VisualString2MultiString('AB;;BA; Beatles')); CheckEquals( 'AB;;BA; Beatles', VisualString2MultiString('AB;BA| Beatles')); CheckEquals( 'Big; Test; Of; Man;;y; Artists', VisualString2MultiString(' Big | Test|Of| Man;y | Artists ')); i.e. from the tests it looks that double ;; is escaped ; when ; is used also as separator. |
|
I see an inconsistency. In Properties > Artist Seal;; D 12 changes to Seal; D 12 In Filelisting (Now Playing node) > Artist Seal;; D 12 stays as Seal;; D 12 |
|
For me artist(s) 'Seal;; D 12' doesn't change to 'Seal; D 12' in file properties. I can enter double ;; and after clicking [OK] and reopening properties the double ;; is still there. Couldn't it be just auto-complete feature that is causing the issue for you? You can verify by pressing space key until the auto-complete disappears. |
|
Adding spaces in Properties does leave it as Artist Seal;; D 12 so I guess this can be chalked up to inconsistent auto-complete handling in MediaMonkey. |
|
OK, resolving as it was auto-complete issue. |
|
Verified 1659 |