How do I re-enable click on a point that have a tooltip above that point?
In previous version 2.3.2 click on a tooltip that is above that point, the event propagates to the point and the event is fired. How do I get that in version 3.0.4?
Demo version 3.0.4: http://jsfiddle.net/WSPaV/
Demo version 2.3.2: http://jsfiddle.net/WSPaV/13/
It is related with this topic https://github.com/highslide-software/highcharts.com/issues/1413 so I added comment about your situation.
Related
I have a project which is using Umbraco v7.7.9 installed with nuget.
I was wondering if it is possible to change the buttons displayed in the sidebar section when a user selects to preview a content node. Particularly I want to remove the option that allows the user to close the preview.
The reason I want to hide this option is because some of the content the backoffice users will be previewing will not actually be published yet so clicking the close preview button causes an error.
I first asked this question on the Umbraco forums but haven't received a response yet, here is the link to the question: https://our.umbraco.org/forum/extending-umbraco-and-using-the-api/90878-editing-preview-window-sidebar-options
Thank you in advance.
Currently no - it would not be possible without doing hacks in the Core that would be overwritten when you upgrade your site (unless you manually merge your changes in when updating).
If you however don't mind doing that - the file used for the preview function is /umbraco/preview/index.html. You should look for the element with an exitPreview() click handler attached to it.
In later versions (7.10+) this modification will have to be done in /umbraco/Views/Preview/Index.cshtml instead, as these static files will be changed to MVC actions.
I am migrating reports from QuickReport to FastReports. In the old code I have the following:
if MyCheckBox.Checked then
MyReport.LastPage;
I would call this in an AfterPrint event of a band, but I canĀ“t seem to migrate this part of the code.
How is it possible to jump to the last page using FastReports ?
I'm using jQuery UI 1.10.1, but checked this in 1.10.3 as well. Although the documentation states the create event is "Triggered when the tabs are created", I can find no such trigger in the code and neither does it work. "tabscreate" event isn't fired either.
Am I missing something or did they just forget to update the documentation and changelog?
I have been using the TABS widget for a couple of years and have never had any issues. Are you sure it's the create event you want to use or activate?
I am working on a web app that utilizes jquery UI for drag/drop functionality.
There's a strange problem in IE browsers only. When user drops an item inside a container, that item is added to the container but also leaves a remnant of it on the page.
Here's a working DEMO.
Drag items from the left column to yellow field to create container.
Add second item to newly created container.
What's causing it and how can I fix it?
This happens in IE8 and below.
The error is:
SCRIPT5007: Unable to get value of the property 'options': object is
null or undefined jquery-ui.min.js, line 105 character 158
That line is:
var a=d(this).data("draggable").options;
The jQuery UI version they are using is 1.8.11.
I would suggest upgrading to the latest version of jQuery UI and see if that resolves your issue.
If not, you might want to create a test case and submit it to them as a bug.
Not able to add comments on Gerrit. It rather gets added as Draft. What am I doing wrong? Others in my team are able to add comments though.
Comments are published when you make them part of a review. Post a review and the comments will be published with it. (You can score the commit as +0 if you don't have any opinion either way.)
Click on the Reply button in the header. Then Post it.
For those who has happened to be stumbled (like me) with how to post comments for work-in-progress (WIP) review without starting review (e.g. leaving in work-in-progress state), Gerrit version 2.16. Here's counter-intuitive answer:
Press "START REVIEW" button - don't afraid, it will not start review immediately (at least on above mentioned version)
Press "SAVE" (greyish! not quite noticeable) in opened window in left bottom corner
UPDATE
In newer version I got 3.2.3 - it's been improved, the button is not greyish and looks normal and in the right bottom corner together with other buttons: | CANCEL | SAVE | SEND AND START REVIEW |
And since I am not able to add a comment :
When you want to add comments to a specific revision(Patch Set),
switch to that revision and then click on reply. This "Patch Sets" option is found on the upper right corner next to "Download".
Had to learn the Hard Way today. :-/
At least on Qt's Gerrit system:
After saving the comment draft, yse the keyboard shortcut 'r' to publish a "review" which publishes the comment.