View Issue Details

IDProjectCategoryView StatusLast Update
0012741ScribusGeneralpublic2014-10-21 21:51
ReporterFirasH Assigned Tocbradney  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Product Version1.5.0svn 
Target Version1.5.0svnFixed in Version1.5.0svn 
Summary0012741: [TESTED-PATCH] Current page/layer cause crash while in Polygon/Arc/Spiral mode
DescriptionCurrent page/layer cause crash while in Polygon/Arc/Spiral mode.
Steps To Reproduce0) Create a new document
1) Insert a Polygon/Arc/Spiral
2) Double-click on the Polygon/Arc/Spiral to enable Special edit mode
3) Change "Current page" or "Current layer" from the lower part/status bar
Additional Information1.5.0.svn (19544)
TagsNo tags attached.
Patch

Relationships

related to 0012693 closedcbradney Some specific menu entries cause crash while in Polygon/Arc/Spiral mode 
related to 0012692 closedcbradney [PATCH] Palettes are enabled while in Polygon/Arc/Spiral mode 

Activities

FirasH

2014-10-17 13:27

developer   ~0034031

Crash is also present in other edit modes.

FirasH

2014-10-17 14:27

developer  

12741-Patch.diff (920 bytes)   
Index: scribus/appmodehelper.cpp
===================================================================
--- scribus/appmodehelper.cpp	(revisione 19588)
+++ scribus/appmodehelper.cpp	(copia locale)
@@ -356,6 +356,8 @@
		(*a_scrActions)["itemSendToPattern"]->setEnabled(false);
		(*a_scrActions)["itemSendToInline"]->setEnabled(false);
	}
+	scmw->pageSelector->setEnabled(!doc->inAnEditMode());
+	scmw->layerMenu->setEnabled(!doc->inAnEditMode());
	emit AppModeChanged(oldMode, newMode);
	a_actMgr->connectModeActions();
	PluginManager::instance().enablePluginActionsForSelection(scmw);
@@ -894,6 +896,8 @@
		(*a_scrActions)["itemLock"]->setChecked(currItem->locked());
		(*a_scrActions)["itemLockSize"]->setChecked(currItem->sizeLocked());
		(*a_scrActions)["itemPrintingEnabled"]->setChecked(currItem->printEnabled());
+		scmw->pageSelector->setEnabled(!inAnEditMode);
+		scmw->layerMenu->setEnabled(!inAnEditMode);
	}

 }
12741-Patch.diff (920 bytes)   

Kunda

2014-10-17 15:15

updater   ~0034032

Thanks FirasH! Making this sticky.

FirasH

2014-10-21 21:51

developer   ~0034106

Cannot reproduce in 1.5.0.svn (19604).

Issue History

Date Modified Username Field Change
2014-10-02 12:19 FirasH New Issue
2014-10-02 12:19 FirasH Status new => assigned
2014-10-02 12:19 FirasH Assigned To => cbradney
2014-10-02 12:19 FirasH Relationship added related to 0012693
2014-10-02 12:19 FirasH Relationship added related to 0012692
2014-10-04 15:01 FirasH Target Version => 1.5.0svn
2014-10-17 13:27 FirasH Note Added: 0034031
2014-10-17 14:27 FirasH File Added: 12741-Patch.diff
2014-10-17 14:27 FirasH Summary Current page/layer cause crash while in Polygon/Arc/Spiral mode => [TESTED-PATCH] Current page/layer cause crash while in Polygon/Arc/Spiral mode
2014-10-17 15:15 Kunda Note Added: 0034032
2014-10-17 15:15 Kunda Sticky Issue No => Yes
2014-10-21 20:29 cbradney Status assigned => resolved
2014-10-21 20:29 cbradney Fixed in Version => 1.5.0svn
2014-10-21 20:29 cbradney Resolution open => fixed
2014-10-21 20:36 Kunda Sticky Issue Yes => No
2014-10-21 21:51 FirasH Note Added: 0034106
2014-10-21 21:51 FirasH Status resolved => closed