View Issue Details

IDProjectCategoryView StatusLast Update
0005888ScribusStory Editor / Text Framespublic2007-12-26 17:02
Reporterchristoph_s Assigned Tosubik  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Platformx86OSLinuxOS VersionSuSE 10.2
Product Version1.3.5svn 
Target Version1.3.5Fixed in Version1.3.5svn 
Summary0005888: Columns can only be used before inserting text
DescriptionIt's impossible to create columns in a text frame when text is already inserted. If the columns are made in the PP before inserting text, it works.
TagsNo tags attached.
Patch

Relationships

child of 0005693 closedplinnell 1.3.5 bug collection (prior to roadmap) 

Activities

avox

2007-06-15 01:45

updater   ~0016550

This is just an update problem.

louisdesjardins

2007-06-15 03:05

developer   ~0016551

Sorry, what do you mean exactly?

I have the same issue on 1.3.5svn

If you start by making a one-column text frame and then change it to 2-column, it doesn't work. When you change it to a 3-column text frame, it works. When you get back to 2-column after, it works too...

It is not only a redraw issue, at least it seems not! Because if you don't change the text frame to 3-column it will hang on there with one column instead of two... as long as you don't change the value in the PP... It doesn't seem to act as a screen update issue.

subik

2007-11-14 09:44

manager   ~0017917

I think it's a missing update. When you change the column count nothing happens on dipslay. Then - when you e.g. move the frame - the columns are set correctly.

Andreas, how is the updating handled in new Canvas?

avox

2007-11-14 17:28

updater   ~0017920

still faulty.

The idea is to channel all updates through PageItem::update(), Page::update(), ScribusDoc::regionsChanged().update() or ScribusView::updateCanvas().

There's an event system in place which forwards the updates along this line. Giving an invalid rectangle arg to updateCanvas() will update the whole canvas.

subik

2007-11-15 18:03

manager   ~0017925

works fine in current SVN

christoph_s

2007-11-16 14:35

developer   ~0017937

Tested, fixed. Thanks.

Issue History

Date Modified Username Field Change
2007-06-15 00:22 christoph_s New Issue
2007-06-15 01:45 avox Note Added: 0016550
2007-06-15 03:05 louisdesjardins Note Added: 0016551
2007-07-29 20:46 cbradney Relationship added child of 0005693
2007-07-29 21:09 plinnell Status new => confirmed
2007-11-14 09:44 subik Note Added: 0017917
2007-11-14 17:28 avox Note Added: 0017920
2007-11-15 18:03 subik Status confirmed => resolved
2007-11-15 18:03 subik Fixed in Version => 1.3.5svn
2007-11-15 18:03 subik Resolution open => fixed
2007-11-15 18:03 subik Assigned To => subik
2007-11-15 18:03 subik Note Added: 0017925
2007-11-16 14:35 christoph_s Status resolved => closed
2007-11-16 14:35 christoph_s Note Added: 0017937
2007-12-20 22:52 cbradney Target Version => 1.3.5svn
2007-12-26 17:02 cbradney Target Version 1.3.5svn => 1.3.5
2015-09-17 20:08 Kunda Category Story Editor / Text Frames => Story Ed/Txt Frames
2015-09-17 20:12 Kunda Category Story Ed/Txt Frames => Story Editor / Text Frames