<div dir="auto">Yes, will try later today, as I have not access to that machine now.<div dir="auto"><br></div><div dir="auto">Thanks,</div><div dir="auto"><br></div><div dir="auto">H.</div></div><div class="gmail_extra"><br><div class="gmail_quote">Den 18 maj 2017 11:00 fm skrev "Luigi Pirelli" <<a href="mailto:luipir@gmail.com">luipir@gmail.com</a>>:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Can you try to compile from this source code branch?<br>
<a href="https://github.com/qgis/QGIS/tree/release-2_18" rel="noreferrer" target="_blank">https://github.com/qgis/QGIS/<wbr>tree/release-2_18</a><br>
just to be sure that the issue has completly fixed.<br>
<br>
regards<br>
<br>
<br>
Luigi Pirelli<br>
<br>
******************************<wbr>******************************<wbr>******************************<wbr>********<br>
* Boundless QGIS Support/Development: lpirelli AT boundlessgeo DOT com<br>
* LinkedIn: <a href="https://www.linkedin.com/in/luigipirelli" rel="noreferrer" target="_blank">https://www.linkedin.com/in/<wbr>luigipirelli</a><br>
* Stackexchange: <a href="http://gis.stackexchange.com/users/19667/luigi-pirelli" rel="noreferrer" target="_blank">http://gis.stackexchange.com/<wbr>users/19667/luigi-pirelli</a><br>
* GitHub: <a href="https://github.com/luipir" rel="noreferrer" target="_blank">https://github.com/luipir</a><br>
* Mastering QGIS 2nd Edition:<br>
* <a href="https://www.packtpub.com/big-data-and-business-intelligence/mastering-qgis-second-edition" rel="noreferrer" target="_blank">https://www.packtpub.com/big-<wbr>data-and-business-<wbr>intelligence/mastering-qgis-<wbr>second-edition</a><br>
******************************<wbr>******************************<wbr>******************************<wbr>********<br>
<br>
<br>
On 18 May 2017 at 10:31, Hernán De Angelis <<a href="mailto:dhdeangelis@gmail.com">dhdeangelis@gmail.com</a>> wrote:<br>
> Thank you for your fast response, Luigi.<br>
><br>
> I understand. I can wait for the next release, no problem. As for the<br>
> <someValue> question, I will have a look and come back with whatever I find,<br>
> but when I found this I wasn't working on any particular project nor using<br>
> composer either.<br>
><br>
> Cheers<br>
><br>
> Hernán<br>
><br>
><br>
> On Thu, May 18, 2017 at 10:12 AM, Luigi Pirelli <<a href="mailto:luipir@gmail.com">luipir@gmail.com</a>> wrote:<br>
>><br>
>> fixed during the hackfest on current 2.18 code (you have to wait for<br>
>> 2.18.8... or update to the latest 2.18 code not the tagged release<br>
>> version)<br>
>> <a href="https://github.com/qgis/QGIS/pull/4306" rel="noreferrer" target="_blank">https://github.com/qgis/QGIS/<wbr>pull/4306</a><br>
>> and 3.0<br>
>> <a href="https://github.com/qgis/QGIS/pull/4444" rel="noreferrer" target="_blank">https://github.com/qgis/QGIS/<wbr>pull/4444</a><br>
>><br>
>> btw there are some simple workaround to fix temporarly waiting the patch<br>
>> release<br>
>><br>
>> workaround 1) in the attribute table, apply a sort on some column =><br>
>> apply sortOnTop<br>
>> workaround 2) in your project xml file you should have a tag as:<br>
>> <attributetableconfig ... sortOrder="<someValue>" ><br>
>> in your case <someValue> is something different from 0 (Ascending) or<br>
>> 1 (Descending)... fix it and sortOnTop will be back :)<br>
>> btw, pelase let me knwo what value is in <someValue>, because is not<br>
>> clear who's set it to a strange value (probably the composer)<br>
>><br>
>> cheers<br>
>> Luigi Pirelli<br>
>><br>
>><br>
>> ******************************<wbr>******************************<wbr>******************************<wbr>********<br>
>> * Boundless QGIS Support/Development: lpirelli AT boundlessgeo DOT com<br>
>> * LinkedIn: <a href="https://www.linkedin.com/in/luigipirelli" rel="noreferrer" target="_blank">https://www.linkedin.com/in/<wbr>luigipirelli</a><br>
>> * Stackexchange: <a href="http://gis.stackexchange.com/users/19667/luigi-pirelli" rel="noreferrer" target="_blank">http://gis.stackexchange.com/<wbr>users/19667/luigi-pirelli</a><br>
>> * GitHub: <a href="https://github.com/luipir" rel="noreferrer" target="_blank">https://github.com/luipir</a><br>
>> * Mastering QGIS 2nd Edition:<br>
>> *<br>
>> <a href="https://www.packtpub.com/big-data-and-business-intelligence/mastering-qgis-second-edition" rel="noreferrer" target="_blank">https://www.packtpub.com/big-<wbr>data-and-business-<wbr>intelligence/mastering-qgis-<wbr>second-edition</a><br>
>><br>
>> ******************************<wbr>******************************<wbr>******************************<wbr>********<br>
>><br>
>><br>
>> On 18 May 2017 at 10:03, Hernán De Angelis <<a href="mailto:dhdeangelis@gmail.com">dhdeangelis@gmail.com</a>> wrote:<br>
>> > Hi<br>
>> ><br>
>> > Yesterday I compiled from source QGIS 2.18.7 in openSUSE Leap 42.2<br>
>> > Linux.<br>
>> > Everything went fine and there were no problems with the compilation.<br>
>> > However, when using the new installation I realized that the function<br>
>> > that<br>
>> > allows to move the attribute row of a selected feature to the top of the<br>
>> > attribute table does not seem to work. This problem was not present in<br>
>> > my<br>
>> > previously installed version (2.18.6), nor in another machine I use<br>
>> > (QGIS<br>
>> > 2.14.2, Windows 7) using the same data. I wonder if any other users are<br>
>> > experiencing this in 2.18.7, or there is just something wrong with my<br>
>> > particular installation.<br>
>> ><br>
>> > Regards,<br>
>> ><br>
>> > Hernán<br>
>> ><br>
>> ><br>
>> > ______________________________<wbr>_________________<br>
>> > Qgis-user mailing list<br>
>> > <a href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a><br>
>> > List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/<wbr>mailman/listinfo/qgis-user</a><br>
>> > Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/<wbr>mailman/listinfo/qgis-user</a><br>
><br>
><br>
</blockquote></div></div>