#232 closed bug (fixed)
StyledEdit Save Panel Bug
Reported by: | Owned by: | jackburton | |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | - General | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
In Save Panel, default filename(?), "save text" can"t delete or edit. ("save text" appears after deleting first default filename "Untitled 1". )
Change History (8)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
Component: | Applications → Kits |
---|
comment:4 by , 19 years ago
Owner: | changed from | to
---|
comment:5 by , 19 years ago
Status: | new → assigned |
---|
comment:6 by , 19 years ago
Resolution: | → fixed |
---|
comment:8 by , 19 years ago
Status: | assigned → closed |
---|
Note:
See TracTickets
for help on using tickets.
That's very likely caused by my incorrect implementation of BTextView::AutoResize(). When you delete the text inside the BTextControl, the BTextView is shrinked to fit the text, thus revealing the BTextControl's label drawn under it.