substance / lens

Lens - open science content creation and display
http://substance.io/lens
MIT License
124 stars 20 forks source link

Bug: Can not paste into search field anymore in add references dialog #27

Closed michael closed 9 years ago

michael commented 9 years ago

Looks like the copy and paste mechanism hooks in here.

obuchtala commented 9 years ago

This is unfortunately a mess. For IE and FF we need to bind copy paste listeners on a top level element. Otherwise no events get thrown... (didn't get why this is not working)

For now I added a workaround to ManageBibItems, where on mount the SurfaceManager state is pushed, leading to no officially focussed surface.

michael commented 9 years ago

working now.