Context
Context copied to clipboard
Create new context from popup
Thiago Talma suggested:
It would be nice if there was the option to create a new context in the popup that appears when a new extension is installed.
;-)
@thiagomt I had to remove this feature from version 0.400 for two reasons:
- it doesn't work on Mac OSX (it's impossible to write any text in the input field - I'm not sure why)
- HTML notifications will be removed very soon: https://github.com/kdzwinel/Context/issues/23 :unamused:
Hopefully, we will be able to add this in the future.
So let's abandon the notification and use a real popup (window.open). Will be the ideal solution to these limitations.
The problem with popups is that don't stay on top of the browser (see comments under this answer: http://stackoverflow.com/a/17136997/1143495 ). But you are right, this is an option we will have to consider.