Kenneth G. Franqueiro
Kenneth G. Franqueiro
Apologies for the re-ping, but once again, stale-bot has not removed the stale tag despite me commenting...
Andy and I talked with design about use cases regarding tabs in combination with top app bar today. It came out that perhaps the most common case to support should...
This is happening because the text fields are trying to initially measure the label to compute the necessary width for the notch, but they're initially `display: none` within the dialog...
This is happening because the floating label for outlined text fields extends slightly beyond the top of the text field itself, meanwhile MDC Dialog's content area has no top padding...
Reproduction with vanilla MDC Web: https://glitch.com/edit/#!/mdc-web-4214 We're only ever instantiating tabs based on the DOM during `initialize`. We would probably need to add an explicit `addTab` (and `removeTab`?) API that...
https://github.com/material-components/material-components-web/issues/4222 explains why MDC Web provides ES6 modules with ES5 syntax. (In other words, there was a request just like this one, but in the opposite direction. Given that it...
This happened to me as well, both with the default `landscape` theme as well as the `light` theme. It used the alphabetically-last language in the theme's `languages` folder (zh-TW in...
Hi, can you let us know what browser / OS you're using (and if possible, the browser's dimensions), and if there are any other steps needed to reproduce? We can...
IIUC, the main loop only responds to termbox and user events. `gocui.View`'s `Write` method marks the view as dirty, but won't cause a render cycle, whereas if you e.g. have...
I happen to have a VM lying around with JAWS 13 installed, so I gave this a test run in that. I'm finding that even without the patch, though, it's...