Skip to content

Instantly share code, notes, and snippets.

@aforemny
Created March 9, 2014 09:32
Show Gist options
  • Select an option

  • Save aforemny/9445197 to your computer and use it in GitHub Desktop.

Select an option

Save aforemny/9445197 to your computer and use it in GitHub Desktop.
Example demonstrating field bug with Firefox 27.0.1
module InputField where
import Graphics.Input.Field (..)
import Graphics.Input (..)
a = input noContent
f = field defaultStyle a.handle id "Firefox users cannot type in here."
main = lift f a.signal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment