Fix failing using tests. Legacy will contain a set of images to be removed in the future.
|
@ -824,7 +824,7 @@ mindplot.Topic = new Class({
|
|||
* Point: references the center of the rect shape.!!!
|
||||
*/
|
||||
setPosition : function(point) {
|
||||
$assert(point,"position can not be null");
|
||||
$assert(point, "position can not be null");
|
||||
|
||||
// Update model's position ...
|
||||
var model = this.getModel();
|
||||
|
@ -852,7 +852,7 @@ mindplot.Topic = new Class({
|
|||
this._iuCache['position'] = point;
|
||||
}
|
||||
|
||||
if (!$defined(currentPos) || currentPos.x != point.x || currentPos.y != point.y) {
|
||||
if (!$defined(currentPos) || parseInt(currentPos.x) != parseInt(point.x) || parseInt(currentPos.y) != parseInt(point.y)) {
|
||||
|
||||
// Fire Listener events ...
|
||||
mindplot.EventBus.instance.fireEvent(mindplot.EventBus.events.NodeMoveEvent, [this]);
|
||||
|
|
|
@ -420,6 +420,7 @@
|
|||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.7.2</version>
|
||||
<configuration>
|
||||
<parallel>true</parallel>
|
||||
<suiteXmlFiles>
|
||||
<suiteXmlFile>testng.xml</suiteXmlFile>
|
||||
</suiteXmlFiles>
|
||||
|
|
|
@ -213,11 +213,11 @@ public class ExporterFactory {
|
|||
int index = imgUrl.lastIndexOf("/");
|
||||
elem.removeAttribute("href");
|
||||
if (index != -1) {
|
||||
final String iconName = imgUrl.substring(index);
|
||||
final String iconName = imgUrl.substring(index+1);
|
||||
// Hack for backward compatibility . This can be removed in 2012. :)
|
||||
String imgPath;
|
||||
if (imgUrl.contains("images")) {
|
||||
imgPath = imgBaseUrl + "/../images/" + iconName;
|
||||
imgPath = imgBaseUrl + "/../icons/legacy/" + iconName;
|
||||
} else {
|
||||
imgPath = imgBaseUrl + "/" + imgUrl;
|
||||
}
|
||||
|
|
After Width: | Height: | Size: 733 B |
After Width: | Height: | Size: 379 B |
After Width: | Height: | Size: 345 B |
After Width: | Height: | Size: 484 B |
After Width: | Height: | Size: 409 B |
After Width: | Height: | Size: 608 B |
After Width: | Height: | Size: 602 B |
After Width: | Height: | Size: 516 B |
After Width: | Height: | Size: 489 B |
After Width: | Height: | Size: 372 B |
After Width: | Height: | Size: 490 B |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 476 B |
After Width: | Height: | Size: 9.0 KiB |
After Width: | Height: | Size: 330 B |
After Width: | Height: | Size: 3.3 KiB |
After Width: | Height: | Size: 211 B |
After Width: | Height: | Size: 289 B |
After Width: | Height: | Size: 295 B |
After Width: | Height: | Size: 283 B |
After Width: | Height: | Size: 286 B |
After Width: | Height: | Size: 294 B |
After Width: | Height: | Size: 287 B |
After Width: | Height: | Size: 541 B |
After Width: | Height: | Size: 710 B |
After Width: | Height: | Size: 526 B |
After Width: | Height: | Size: 444 B |
After Width: | Height: | Size: 918 B |
After Width: | Height: | Size: 882 B |
After Width: | Height: | Size: 889 B |
After Width: | Height: | Size: 3.7 KiB |
After Width: | Height: | Size: 732 B |
After Width: | Height: | Size: 3.7 KiB |
After Width: | Height: | Size: 3.7 KiB |
After Width: | Height: | Size: 3.8 KiB |
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 545 B |
After Width: | Height: | Size: 748 B |
After Width: | Height: | Size: 655 B |
After Width: | Height: | Size: 728 B |
After Width: | Height: | Size: 715 B |
After Width: | Height: | Size: 796 B |
After Width: | Height: | Size: 992 B |
After Width: | Height: | Size: 936 B |
After Width: | Height: | Size: 855 B |
After Width: | Height: | Size: 949 B |
After Width: | Height: | Size: 905 B |
After Width: | Height: | Size: 919 B |
After Width: | Height: | Size: 784 B |
After Width: | Height: | Size: 894 B |
After Width: | Height: | Size: 918 B |
After Width: | Height: | Size: 896 B |
After Width: | Height: | Size: 919 B |
After Width: | Height: | Size: 917 B |
After Width: | Height: | Size: 914 B |
After Width: | Height: | Size: 3.3 KiB |
After Width: | Height: | Size: 3.5 KiB |
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 671 B |
After Width: | Height: | Size: 672 B |
After Width: | Height: | Size: 669 B |
After Width: | Height: | Size: 651 B |
After Width: | Height: | Size: 656 B |
After Width: | Height: | Size: 671 B |
After Width: | Height: | Size: 780 B |
After Width: | Height: | Size: 393 B |
After Width: | Height: | Size: 435 B |
After Width: | Height: | Size: 3.6 KiB |
After Width: | Height: | Size: 3.7 KiB |
After Width: | Height: | Size: 3.5 KiB |
After Width: | Height: | Size: 3.6 KiB |
After Width: | Height: | Size: 3.6 KiB |
After Width: | Height: | Size: 616 B |
After Width: | Height: | Size: 894 B |
After Width: | Height: | Size: 842 B |
After Width: | Height: | Size: 786 B |
After Width: | Height: | Size: 4.0 KiB |
After Width: | Height: | Size: 778 B |
After Width: | Height: | Size: 336 B |
After Width: | Height: | Size: 612 B |
After Width: | Height: | Size: 782 B |
After Width: | Height: | Size: 700 B |
After Width: | Height: | Size: 749 B |
After Width: | Height: | Size: 727 B |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 6.8 KiB |
After Width: | Height: | Size: 6.1 KiB |
After Width: | Height: | Size: 531 B |
After Width: | Height: | Size: 6.8 KiB |
After Width: | Height: | Size: 738 B |
After Width: | Height: | Size: 630 B |
After Width: | Height: | Size: 605 B |
After Width: | Height: | Size: 565 B |
After Width: | Height: | Size: 562 B |