Anonymous | Login | 02-28-2021 22:55 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 | |||||||
0002518 | [tweak] Any | minor | always | 01-17-06 14:31 | 01-17-06 14:59 | |||||||
Reporter | bert | View Status | public | |||||||||
Assigned To | ||||||||||||
Priority | normal | Resolution | open | |||||||||
Status | new | |||||||||||
Summary | 0002518: Font in InputFields | |||||||||||
Description |
Setting the font in CInputFields does not work reliably. If set to something else than the default font, clicking into the field resets the font. Same happens when setting a string value: myFont := (TextStyle named: #BitstreamVeraSans) fontOfPointSize: 12. p := CInputField open. p font: myFont; waitTick. f1 := p font. p hand keyboardFocus: p; waitTick. f2 := p font. p font: myFont; waitTick. f3 := p font. p value: 'test'; waitTick. f4 := p font. p close. {f1. f2. f3. f4} collect: [:ea | ea = myFont] |
|||||||||||
Additional Information | ||||||||||||
Attached Files | ||||||||||||
|
![]() |
|||
Date Modified | Username | Field | Change |
01-17-06 14:31 | bert | New Issue | |
01-17-06 14:59 | bert | Note Added: 0003524 |
Mantis 1.0.8[^]
Copyright © 2000 - 2007 Mantis Group
31 total queries executed. 26 unique queries executed. |