[racket-dev] strange/wrong placement and sizing in racket/gui

From: Marijn (hkBst at gentoo.org)
Date: Tue Aug 16 06:25:10 EDT 2011

> I noticed that text-fields are now missing their right border. Might be
> related to your fix.
> 
> Marijn

There seems to be some positioning error, as text-fields are now
displayed on top of their labels. Sample program:


#lang racket/gui

(define root (new frame% (label "Test")))

(new text-field% (parent root) (label "Label") (init-value "value"))

(send root show #t)


Output attached.

Marijn
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bug-in-text-field-display.png
Type: image/png
Size: 2937 bytes
Desc: not available
URL: <http://lists.racket-lang.org/dev/archive/attachments/20110816/653ac074/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 262 bytes
Desc: OpenPGP digital signature
URL: <http://lists.racket-lang.org/dev/archive/attachments/20110816/653ac074/attachment.sig>

Posted on the dev mailing list.