View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0014270 | MMW 5 | Track Browser | public | 2017-06-19 15:23 | 2019-09-24 04:20 |
Reporter | rusty | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | reopened | ||
Fixed in Version | 5.0 | ||||
Summary | 0014270: In-place editing: positioning is incorrect | ||||
Description | If the user presses F2 for a field that contains text that extends wider than the column-width then MM5 causes the last X letters to appear, instead of the first X letters. | ||||
Tags | No tags attached. | ||||
Fixed in build | 2201 | ||||
|
Tried to use setSelectionRange with 'backward' parameter, but it does not work. |
|
It currently works the same way as in MM4, doesn't seem to be that much unexpected to me. That said, we probably should rather implement similar approach as e.g. in Win 10 Explorer - the Edit line that's shown after F2 isn't limited by the column width, instead it's wide enough to fit the whole edited text (plus a bit of empty space in order to fit few more chars, when needed). |
|
Fixed |
|
I would just clarify the Win10 implementation a bit: If the width of the text doesn't fit in a column, the textbox that opens expands but remains justified with the originating text. i.e. for left-to-right languages, the textbox that opens remains left justified with the originating text--it doesn't jump around. Currently, the text box doesn't remain aligned with the originating text. |
|
Did you test 2197 after the fix of the regression (0015927:0054628) ? i.e. in 2197 it works as expected for me, see : https://www.dropbox.com/s/5k27cl5kyyblngo/Screenshot%202019-09-13%2023.22.02.png?dl=0 |
|
Tested 2198. Re. my comment at 0014270:0054636, the current implementation is satisfactory. I did, however, notice a second problem: 2) If the width of the field exceeds the width of the window it can cause the entire MM window to shift. This can be replicated as follows: 1 Open a list view 2 position the Genres view so that it's near the right side of the MM window 3 for a Genre field that is very long (e.g. because it has 10 genres), press F2 --> The MM5 window moves! https://www.screencast.com/t/BEof5Avu |
|
Fixed in 2199 |
|
Verified issue 2)--the window no longer repositions. However: 3) The text in the textbox from issue 2) is right-justified |
|
Fixed in 2201 |
|
Verified 2201. |