gown.js icon indicating copy to clipboard operation
gown.js copied to clipboard

several examples are not working

Open brean opened this issue 8 years ago • 1 comments

Most examples are not working:

  • [x] example 1 - touch up keeps button selected (see https://github.com/GreyRook/gown.js/blob/master/src/controls/Button.js#L160 )
  • [ ] example 5 - scrollbars: no indication where the scroll is and no user control over the scroll bar/area
  • [ ] example 6 - text input: you can not select/delete text.
  • [ ] example 7 - slider: scroll thumbs are missing
  • [ ] example 8 - zoom: scaling down also scales the text up which can crash the whole page.
  • [ ] example 10 - List: Skin for images to big
  • [ ] example 11 - PickerList: Skin for down/up arrow missing
  • [x] example 12 - Tweening: Exception "Uncaught TypeError: Cannot read property 'utils' of undefined"
  • [ ] example 13 - Login Dialog: Text Input not working and positioning looks wrong
  • [ ] example 14 - updating the skin does not work (endless updateSkin not defined yet)
  • [ ] example 17 - AutoComplete: theme not working, tries to load text-input-background-disabled-skin which fails

brean avatar Feb 26 '17 14:02 brean

Additional:

  • [ ] example 6 - text input: text cursor has an offset to the right, line height too small when text in text area gets selected
  • [x] example 13 - Login Dialog: FontLoader lib is missing
  • [ ] layout example 04 - TiledLayout: Deprecation warning setStyle
  • [ ] shapes example 02 - painting: ellipse tool opengl error in console

vdbongard avatar Jun 20 '17 15:06 vdbongard