cardstack / cardboard

Card Board - a Cardstack application for building narrative experiences
https://staging-cardboard.stack.cards/
8 stars 4 forks source link

Input fields are sporadically disabled in right edge #15

Closed habdelra closed 5 years ago

habdelra commented 5 years ago

Input fields that should be editable are sporadically disabled in the right edge. I ran into this a couple times. I suspect the sporadic nature of this is probably the result of some misbehaving async.

burieberry commented 5 years ago

I noticed this yesterday as well. I'm not currently working on this but I did some investigation. Fields are fetching permission to be edited but it takes a while for the response to come, so they are disabled until then. I don't know if it is really necessary to do it like this. Also confusing to the user.

disabled-fields
ef4 commented 5 years ago

I think we shouldn’t render the right edge fields until we have all the data including permissions.