-
```
vmadmin@cmi:~/m-health$ make
./node_modules/.bin/webpack -p
Hash: fd6378a2ad87ed0113fcd8da8b89472361525b72
Version: webpack 3.9.1
Child
Hash: fd6378a2ad87ed0113fc
Time: 189447ms
…
-
The "activated" event appears to be called without the "options" parameter. This makes it more difficult to use this event, because information that would otherwise be exposed in the "options" must b…
dxoxp updated
6 years ago
-
Should the following:
```
// Save last active element and current scroll position
self.$lastFocus = $(document.activeElement).blur();
```
be
```
// Save last active el…
-
Hi,
Every time i run npm run build i get this:
ERROR in : 'context-menu' is not a known element:
1. If 'context-menu' is an Angular component, then verify that it is part of this module.
2. If…
-
dear all,
i want't to use 'setDataAtRowProp' method of jquery handsontable but it doesn't work, here is my jacascript code
but it doesn't work :(
``` javascript
$(document).ready(function () {
…
-
When reporting a bug please provide the following information to help reproduce the bug:
Version of OpenRefine used (Google Refine 2.6, OpenRefine2.8, an other distribution?):
-----
Trunk
Oper…
-
Sorry - noticed this has already been addressed before.
A note regarding implementation: I've noticed the order of the menu items displayed assumes the order they are defined in the items map, howeve…
-
js error:
Bool
4List.aspx:1000 Uncaught TypeError: Cannot read property '$input' of undefined
at m.fn.init.callback (List.aspx:1000)
at HTMLLIElement.itemClick (jquery.contextMenu.js:894)
…
-
Hello,
For an internal web application, when I click a button, it makes 8 AJAX calls to load various dropdowns. This page action will hang for an extra second or two if Fauxbar is enabled. This i…
-
SVG allows for a foreignObject tag that lets you embed HTML inside an SVG element. The specification can be seen here:
https://developer.mozilla.org/en-US/docs/Web/SVG/Element/foreignObject
```H…