This website requires JavaScript.
Explore
Help
Register
Sign In
yv01p
/
Umbraco-CMS
Watch
1
Star
0
Fork
0
You've already forked Umbraco-CMS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d2083673bed532e4241145988fa323d9bf6d35b9
Umbraco-CMS
/
src
/
Umbraco.Web
/
UI
/
JavaScript
History
Shannon
d2083673be
Fixes: U4-3420 Firefox v25.0 - Right click context menu doesn't work - this felt like being a web dev 10 years ago when you had to code totally differently for each browser. Firefox unfortunatley treats 'a' tags differently than anything else and combined with angular saying you can have empty 'href' tags doesn't work. In the end, the fix was easy, just remove the empty (supposed to be supported) href attributes from the 'a' tags in the tree, then the contextmenu starts working in firefox and the events can be canceled as per normal. This commit also moves the angular localization library to use bower.
2015-03-10 13:02:34 +11:00
..
AssetInitialization.cs
moves classes to sep files
2014-01-08 14:04:30 +11:00
CssInitialization.cs
Replaces yepnope.js with lazyload.js
2014-04-29 11:38:13 +02:00
DependencyPathRenderer.cs
moves classes to sep files
2014-01-08 14:04:30 +11:00
JsInitialization.cs
Removes remaining yepnop dependencies
2014-05-05 12:59:34 +02:00
JsInitialize.js
Fixes: U4-3420 Firefox v25.0 - Right click context menu doesn't work - this felt like being a web dev 10 years ago when you had to code totally differently for each browser. Firefox unfortunatley treats 'a' tags differently than anything else and combined with angular saying you can have empty 'href' tags doesn't work. In the end, the fix was easy, just remove the empty (supposed to be supported) href attributes from the 'a' tags in the tree, then the contextmenu starts working in firefox and the events can be canceled as per normal. This commit also moves the angular localization library to use bower.
2015-03-10 13:02:34 +11:00
Main.js
Replaces yepnope.js with lazyload.js
2014-04-29 11:38:13 +02:00
Resources.Designer.cs
Removes remaining yepnop dependencies
2014-05-05 12:59:34 +02:00
Resources.resx
Removes remaining yepnop dependencies
2014-05-05 12:59:34 +02:00
ServerVariables.js
importing more stuff from Belle proj
2013-05-26 19:54:50 -10:00
ServerVariablesParser.cs
Fixes ServerVariablesParser to have a proper event declared! :P
2014-01-29 09:33:14 +11:00