<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:suokunlong@126.com" title="Kevin Suo <suokunlong@126.com>"> <span class="fn">Kevin Suo</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - In GNOME 3, GTK3 dialog boxes can't be moved to show the text behind"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=105462">bug 105462</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>NOTABUG
           </td>
           <td>---
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>suokunlong@126.com
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Ever confirmed</td>
           <td>
                
           </td>
           <td>1
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>RESOLVED
           </td>
           <td>NEW
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - In GNOME 3, GTK3 dialog boxes can't be moved to show the text behind"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=105462#c13">Comment # 13</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - In GNOME 3, GTK3 dialog boxes can't be moved to show the text behind"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=105462">bug 105462</a>
              from <span class="vcard"><a class="email" href="mailto:suokunlong@126.com" title="Kevin Suo <suokunlong@126.com>"> <span class="fn">Kevin Suo</span></a>
</span></b>
        <pre>Caolán: Sorry, but I think we should do something to improve this. Dialogs
should be set "modal" only if there is a reason to freeze other windows (e.g.,
waiting for user input while we do not want the user to change the content in
other windows). If there is no such a reason, we should not set it as "modal".

At least I have found that using Glade, there is a option "modal" to the
dialog, and I have successfully set the "Format Cells" dialog as non-modal.
Will submit a patch on gerrit for this dialog then. For instance:

In sc/uiconfig/scalc/ui/formatcellsdialog.ui, if I change the following:
<property name="modal">True</property>

to 
<property name="modal">False</property>

then this dialog is movable again.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>