Context icon indicating copy to clipboard operation
Context copied to clipboard

Create new context from popup

Open kdzwinel opened this issue 12 years ago • 4 comments

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.

kdzwinel avatar Jan 27 '13 18:01 kdzwinel

;-)

thiagotalma avatar Jan 28 '13 21:01 thiagotalma

@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.

kdzwinel avatar Jul 15 '13 15:07 kdzwinel

So let's abandon the notification and use a real popup (window.open). Will be the ideal solution to these limitations.

thiagotalma avatar Jul 15 '13 16:07 thiagotalma

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.

kdzwinel avatar Jul 16 '13 07:07 kdzwinel