From f9699ff93851ef962e999beef0d7b93348afda5b Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 27 Oct 2014 11:03:39 -0400 Subject: [PATCH] More TODOs. --- basicctrls.go | 1 + future | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/basicctrls.go b/basicctrls.go index 1f8516d..82550b6 100644 --- a/basicctrls.go +++ b/basicctrls.go @@ -126,6 +126,7 @@ func NewGroup(text string, control Control) Group { // Text in a Textbox is unformatted, and scrollbars are applied automatically. // TODO rename to TextBox? merge with TextField (but cannot use Invalid())? enable/disable line wrapping? // TODO events +// TODO Tab key - insert horizontal tab or tab stop? type Textbox interface { Control diff --git a/future b/future index 40e4908..1ac90f1 100644 --- a/future +++ b/future @@ -19,6 +19,12 @@ mac os x sizing is now completely broken password fields: caps lock warnings +tab on windows + - windows xp: weird redraw issues on the bottom right corner of the first tab +tab, group, windows on windows + - all platforms: only resize when the size changed + - all platforms: redrawing issue on resizes + mac os x Textbox refuse first responder