View Issue Details

IDProjectCategoryView StatusLast Update
0003924ScribusStory Editor / Text Framespublic2006-11-04 00:18
Reporterjo-hannes Assigned Toavox  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.3.4cvs 
Fixed in Version1.3.4cvs 
Summary0003924: no text visible after converting a picture frame into a text frame
Descriptionnew picture frame
insert picture
context menu, convert to -> text frame
insert sample text

-> no text visible, but text is there (see story editor)
TagsNo tags attached.
Patch

Relationships

child of 0003964 closedplinnell 1.3.4 Release Metabug 

Activities

avox

2006-07-01 22:32

updater   ~0011739

seems to be a simple redraw problem. only triggers if you choose Sampletext from the context menu and have the option Misc->"Always use std sampletext" set. could also reproduce with new textframe, ie. without converting from imageframe.

jghali

2006-07-01 22:51

administrator   ~0011742

crash on windows in 134cvs cairo build

Scribus.exe!StoryText::text(int pos=-842150451) Ligne 333 + 0x21 C++
Scribus.exe!WordAndPara(PageItem * currItem=0x04b115c8, int * w=0x0012f14c, int * p=0x0012f158, int * c=0x0012f140, int * wN=0x0012f128, int * pN=0x0012f134, int * cN=0x0012f11c) Ligne 710 C++
Scribus.exe!ScribusView::contentsMouseReleaseEvent(QMouseEvent * m=0x0012f86c) Ligne 2021 + 0x33 C++

cbradney

2006-07-24 22:12

administrator   ~0012000

Still there now.. text is not shown when selecting sample text, and I get a sig11 sometimes when double clicking on the text frame, libart build, though running under gdb seems to avoid the crash..

cbradney

2006-11-02 23:16

administrator   ~0013252

scribus: storytext.cpp:513: const ParagraphStyle& StoryText::paragraphStyle(int) const: Assertion `pos >= 0' failed.

Program received signal SIGABRT, Aborted.
[Switching to Thread -1223440720 (LWP 30524)]
0xb7f8b410 in ?? ()
(gdb) bt
#0 0xb7f8b410 in ?? ()
0000001 0xbfd77e88 in ?? ()
0000002 0x00000006 in ?? ()
0000003 0xb7178cd9 in abort () from /lib/libc.so.6
0000004 0xb7170ebc in __assert_fail () from /lib/libc.so.6
0000005 0x08774af0 in StoryText::paragraphStyle (this=0x90515d0, pos=-459546) at storytext.cpp:513
0000006 0x083de6c1 in PageItem_TextFrame::layout (this=0x904d3e8) at pageitem_textframe.cpp:352
0000007 0x083eaa7d in PageItem_TextFrame::DrawObj_Item (this=0x904d3e8, p=0x908cc90, e={x1 = 0, y1 = 10, x2 = 868, y2 = 597}, sc=1)
    at pageitem_textframe.cpp:1749
0000008 0x083c0bca in PageItem::DrawObj (this=0x904d3e8, p=0x908cc90, e={x1 = 0, y1 = 10, x2 = 868, y2 = 597}) at pageitem.cpp:763
0000009 0x085613d3 in ScribusView::DrawPageItems (this=0x8f24500, painter=0x908cc90, clip={x1 = 0, y1 = 10, x2 = 868, y2 = 597})
    at scribusview.cpp:959
0000010 0x08566660 in ScribusView::drawContents (this=0x8f24500, psx=0xbfd7a6ac, clipx=0, clipy=10, clipw=869, cliph=588) at scribusview.cpp:449
0000011 0xb79db913 in QScrollView::drawContentsOffset () from /usr/qt/3/lib/libqt-mt.so.3
0000012 0xb79dd665 in QScrollView::viewportPaintEvent () from /usr/qt/3/lib/libqt-mt.so.3
0000013 0x08562e17 in ScribusView::viewportPaintEvent (this=0x8f24500, p=0xbfd7aa98) at scribusview.cpp:345
0000014 0xb79de40f in QScrollView::eventFilter () from /usr/qt/3/lib/libqt-mt.so.3
0000015 0xb78ca0a6 in QObject::activate_filters () from /usr/qt/3/lib/libqt-mt.so.3
0000016 0xb78ca10b in QObject::event () from /usr/qt/3/lib/libqt-mt.so.3
0000017 0xb790300c in QWidget::event () from /usr/qt/3/lib/libqt-mt.so.3
0000018 0xb786b6c7 in QApplication::internalNotify () from /usr/qt/3/lib/libqt-mt.so.3
0000019 0xb786c2c9 in QApplication::notify () from /usr/qt/3/lib/libqt-mt.so.3
0000020 0xb783db54 in QWidget::repaint () from /usr/qt/3/lib/libqt-mt.so.3
0000021 0xb786cf5a in QApplication::sendPostedEvents () from /usr/qt/3/lib/libqt-mt.so.3
0000022 0xb786d054 in QApplication::sendPostedEvents () from /usr/qt/3/lib/libqt-mt.so.3
0000023 0xb781b190 in QEventLoop::processEvents () from /usr/qt/3/lib/libqt-mt.so.3
0000024 0xb7882251 in QEventLoop::enterLoop () from /usr/qt/3/lib/libqt-mt.so.3
0000025 0xb786b0bf in QApplication::enter_loop () from /usr/qt/3/lib/libqt-mt.so.3
0000026 0xb79d2c69 in QPopupMenu::exec () from /usr/qt/3/lib/libqt-mt.so.3
0000027 0x0859df19 in ScribusView::contentsMouseReleaseEvent (this=0x8f24500, m=0xbfd7cc84) at scribusview.cpp:2574
0000028 0xb79e119f in QScrollView::viewportMouseReleaseEvent () from /usr/qt/3/lib/libqt-mt.so.3
0000029 0xb79de43e in QScrollView::eventFilter () from /usr/qt/3/lib/libqt-mt.so.3
0000030 0xb78ca0a6 in QObject::activate_filters () from /usr/qt/3/lib/libqt-mt.so.3
---Type <return> to continue, or q <return> to quit---

Issue History

Date Modified Username Field Change
2006-06-17 21:19 jo-hannes New Issue
2006-06-29 21:31 cbradney Status new => assigned
2006-06-29 21:31 cbradney Assigned To => avox
2006-07-01 22:32 avox Note Added: 0011739
2006-07-01 22:51 jghali Note Added: 0011742
2006-07-02 21:36 avox Relationship added child of 0003964
2006-07-23 12:18 avox Status assigned => resolved
2006-07-23 12:18 avox Fixed in Version => 1.3.4cvs
2006-07-23 12:18 avox Resolution open => fixed
2006-07-24 22:12 cbradney Status resolved => feedback
2006-07-24 22:12 cbradney Resolution fixed => reopened
2006-07-24 22:12 cbradney Note Added: 0012000
2006-11-02 23:16 cbradney Note Added: 0013252
2006-11-02 23:56 cbradney Status feedback => resolved
2006-11-02 23:56 cbradney Resolution reopened => fixed
2006-11-04 00:17 cbradney Status resolved => closed
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