<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:xiscofauli@libreoffice.org" title="Xisco Faulí <xiscofauli@libreoffice.org>"> <span class="fn">Xisco Faulí</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Crash on new master page, if first master page has image as background"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=110743">bug 110743</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;">Keywords</td>
           <td>
                
           </td>
           <td>bibisected, bisected, regression
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>UNCONFIRMED
           </td>
           <td>NEW
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>pranavk@collabora.co.uk
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Hardware</td>
           <td>x86 (IA32)
           </td>
           <td>All
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Version</td>
           <td>6.0.0.0.alpha0+ Master
           </td>
           <td>5.4.0.0.alpha1+
           </td>
         </tr>

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

         <tr>
           <td style="text-align:right;">OS</td>
           <td>Windows (All)
           </td>
           <td>All
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Crash on new master page, if first master page has image as background"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=110743#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Crash on new master page, if first master page has image as background"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=110743">bug 110743</a>
              from <span class="vcard"><a class="email" href="mailto:xiscofauli@libreoffice.org" title="Xisco Faulí <xiscofauli@libreoffice.org>"> <span class="fn">Xisco Faulí</span></a>
</span></b>
        <pre>Regression introduced by:

author  Pranav Kant <<a href="mailto:pranavk@collabora.co.uk">pranavk@collabora.co.uk</a>>   2017-04-23 09:24:42 (GMT)
committer       pranavk <<a href="mailto:pranavk@collabora.co.uk">pranavk@collabora.co.uk</a>>       2017-05-01 04:46:19
(GMT)
commit  c454fbb9b62164d5f047990ae63522c9fb932086 (patch)
tree    682c263be6e283fd4ad04e509548abd520595f16
parent  862b6c0a32dfce924bfafa84acaed47c5380fc46 (diff)
sd: Use unique Page ids for better multi-view support + unit test
... instead of using simple IDs which are assumed to be one greater than
the slide position everywhere in the codebase.

Use a 16 bit static counter and uniquely assign page ids to SdPage
objects. This helps in identifying which slide was already selected
in second view before any slide is deleted in the first view. Otherwise,
using simple positions to keep track of it leads the second view to end
up selecting the wrong slide after any slide is added or removed in the
first view.

Bisected with bibisect-linux-64-5.4

Adding Cc: to Pranav Kant</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>