wsick / Fayde

Inspired by Silverlight; XAML engine using Javascript and rendering to the HTML5 Canvas.
MIT License
189 stars 27 forks source link

Filefox screen selection issue #256

Open deepaksm1 opened 8 years ago

deepaksm1 commented 8 years ago

In FireFox,

When we click on button or on screen multiple times whole page is getting select and blue selection color is displaying in whole page. (This is same like we select text in textbox and text background changes to blue)

firefoxselection

deepaksm1 commented 8 years ago

Steps to reproduce issue:

  1. Open fayde app in FireFox
  2. Right click anywhere in screen
  3. Click on "Select All..." option from context menu

This issue is not exists in IE and Chrome, if we perform same steps in IE and Chrome.