Ticket #2991 (closed defect: fixed)
find dialog status area not properly cleared upon update
Reported by: | wwp | Owned by: | andrew_b |
---|---|---|---|
Priority: | major | Milestone: | 4.8.9 |
Component: | mc-core | Version: | 4.8.8 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | merged | Votes for changeset: | committed-master |
Description
In the find dialog, the status area showing current file is not properly cleared when its contents gets updated, showing characters from the previously displayed text. Text is just printed on the previously printed text, over and over.
Attachments
Change History
Changed 12 years ago by wwp
- Attachment find-area-not-cleared-mc-4.8.8.png added
comment:3 Changed 12 years ago by wwp
Same problem shown when compiled against ncurses-5.7-3.20090208.el6.x86_64 (CentOS6):
Using the ncurses library
comment:4 Changed 12 years ago by sknaumov
I've encountered similar problem on linux console in command line string on panels window: just after start of mc or after viewing/editing a file, command line string contains a garbage:
in addition to prompt (sknaumov@sknaumov:~$, white on black) there is a garbage (;mc [sknaumov@sknaumov]:~, black on blue).
Under tmux or on xterm everything is ok.
OS: Xubuntu 12.10
GNU Midnight Commander, версия 4.8.8
Скомпилирован с библиотекой GLib версии 2.34.1
С библиотекой S-Lang и с базой данных terminfo
Со встроенным редактором
C поддержкой внутренней командной оболочки
С поддержкой фоновых операций
С поддержкой мыши в xterm и консоли Linux
С поддержкой событий X11
С поддержкой интернационализации
С поддержкой многих кодировок
Виртуальная файловая система: cpiofs, tarfs, sfs, extfs, ftpfs, fish
Тип данных: char: 8; int: 32; long: 64; void *: 64; size_t: 64; off_t: 64;
It is a regression of 4.8.8.
comment:5 Changed 12 years ago by andrew_b
- Owner set to andrew_b
- Status changed from new to accepted
- Milestone changed from Future Releases to 4.8.9
comment:6 Changed 12 years ago by andrew_b
- Branch state changed from no branch to on review
Branch: 2991_label_redraw.
changeset:3b6795e5c494a0087e96882be046886eb6d0c27a
comment:7 follow-up: ↓ 8 Changed 12 years ago by wwp
Note that the problem also shows in the "Directory path" field in the "Directory hotlist" dialog. I guess it might be present elsewhere if some common code is culprit.
comment:8 in reply to: ↑ 7 Changed 12 years ago by monta2009
Replying to wwp:
Note that the problem also shows in the "Directory path" field in the "Directory hotlist" dialog. I guess it might be present elsewhere if some common code is culprit.
Also in copy dialog in source and target fields.
comment:10 Changed 12 years ago by angel_il
- Votes for changeset changed from slavazanko to slavazanko angel_il
comment:12 Changed 12 years ago by andrew_b
- Status changed from accepted to testing
- Votes for changeset changed from slavazanko angel_il to committed-master
- Resolution set to fixed
- Branch state changed from approved to merged
Merged to master: [f23f0613ec4a31fc5c04bb86affcdadd74a21757].
comment:14 Changed 11 years ago by birdie
This issue also affects(ed) copy and move dialogs.
screenshot showing the defect