-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Esteban Manchado Velázquez edited this page Jun 23, 2017
·
56 revisions
Welcome to the NARROWS wiki!
- Default audio and background image for a narration?
- Delete characters from a narration?
-
Show proper apostrophes in titlesToo messy to implement in Elm, probably, and not worth implementing in JS - Allow narrators to update which player plays a character
- Allow narrators to reset character tokens (in case they get "compromised")
- Fix the jumping cursor issue:
- The problem is that there is a race condition with
value
, that makes Elm set the attribute even when it's the same content, and that redraws thetextarea
and thus moves the cursor to the end. - There is a hack consisting of using
defaultValue
instead ofvalue
, but that doesn't ever update thetextarea
again, just sets its initial value. This implies that it's impossible to eg. reset thetextarea
to empty after sending a message.
- The problem is that there is a race condition with
Samuel's message: "I think we should definitely go north. I have the impression the kidnappers are trying to reach the border and cross it."
Elam's action: "I don't have any better ideas, so I trust Samuel and go with his plan. I make sure we have at least a gun, a compass, binoculars and a rope. Plus whatever else Samuel thinks might be useful close to the border."