Anonymous | Login | 01-20-2021 10:10 UTC |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||||||
0001367 | [tweak] Any | minor | always | 06-22-05 16:55 | 06-22-05 21:17 | ||||||||
Reporter | jens | View Status | public | ||||||||||
Assigned To | |||||||||||||
Priority | normal | Resolution | fixed | ||||||||||
Status | resolved | ||||||||||||
Summary | 0001367: copying textHolder is broken | ||||||||||||
Description |
a) Copying textHolder from a Player to a Player: p := CPlayer open. p text := 'hallo'. p2 := CPlayer open. p2 text := 'foo'. p2 textHolder := p textHolder p2 does not display 'hallo' until for example extent changed' b) copying textHolder form a Player to an Editor p := CPlayer open. p text := 'hallo'. e := CTextEditor open. e text := 'bla'. e textHolder := p textHolder. e does not display 'hallo' until for example extent changed' and after that, 'bla' and 'hallo' are shown at the same time and 'bla' is editable. |
||||||||||||
Additional Information | |||||||||||||
Attached Files | |||||||||||||
|
Mantis 1.0.8[^]
Copyright © 2000 - 2007 Mantis Group
36 total queries executed. 30 unique queries executed. |