Open sorawee opened 4 years ago
Here's some racket/gui code showing the same thing. Probably any fix there will be inherited here.
#lang racket/gui
(define f (new frame% [label ""] [width 200] [height 100]))
(define tf (new text-field% [parent f] [label #f]
[init-value " คุณครู"]))
(send f show #t)
Inputting
คุณครู
to most text fields in DrRacket would show only about top 70% of the text.The text field in find and replace is slightly better, but it still doesn't fully show the text:
Here's how Chrome's text field displays this text: