<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>111278</bug_id>
          
          <creation_ts>2005-08-22 15:15:17 +0000</creation_ts>
          <short_desc>quanta leaves the html file empty</short_desc>
          <delta_ts>2005-09-14 14:15:26 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>10</classification_id>
          <classification>Unmaintained</classification>
          <product>quanta</product>
          <component>VPL</component>
          <version>unspecified</version>
          <rep_platform>Compiled Sources</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Thorsten Staerk">dev</reporter>
          <assigned_to name="Paulo Moura Guedes">kde</assigned_to>
          <cc>amantia</cc>
          
          <cf_commitlink></cf_commitlink>
          <cf_versionfixedin></cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>367693</commentid>
    <comment_count>0</comment_count>
    <who name="Thorsten Staerk">dev</who>
    <bug_when>2005-08-22 15:15:17 +0000</bug_when>
    <thetext>Version:           3.5.90 (using KDE Devel)
Installed from:    Compiled sources
OS:                Linux

Reproduce:
call quanta from the konsole -&gt; file | new -&gt; vpl editor -&gt; ok (no title etc.) -&gt; write &quot;hello world&quot; in the editor -&gt; quit -&gt; save selected -&gt; filename: hello.htm

actual result: hello.htm is created, but empty
expected result: hello.htm is created and contains &quot;hello world&quot;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>372951</commentid>
    <comment_count>1</comment_count>
    <who name="András Manţia">amantia</who>
    <bug_when>2005-09-14 14:15:25 +0000</bug_when>
    <thetext>SVN commit 460577 by amantia:

Save the content entered in a new file in the VPL editor.
BUG: 111278

 M  +1 -0      ChangeLog  
 M  +2 -0      src/quantaview.cpp  


--- branches/KDE/3.5/kdewebdev/quanta/ChangeLog #460576:460577
@@ -25,6 +25,7 @@
         - do not autoclose tag starting with &lt;?, like &lt;?xml
         - create empty description files for scripts that don&apos;t have one
         - fix loading order of the project view files
+        - save the content entered in a new file in the VPL editor [#111278]
 
  - improvements:
         - md5sum based file changed detection
--- branches/KDE/3.5/kdewebdev/quanta/src/quantaview.cpp #460576:460577
@@ -1074,6 +1074,8 @@
 
   if (m_document-&gt;isModified() )
   {
+    if (m_currentFocus == VPLFocus)
+      reloadSourceView();
     int want_save;
     if (ask)
       want_save = KMessageBox::warningYesNoCancel(this,
</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>