[Interest] Qt 5.10.1 TextField backgound inconsistency or regression

mail at herrdiel.de mail at herrdiel.de
Sun Apr 8 13:32:26 CEST 2018


Update: could this be related to 
https://bugreports.qt.io/browse/QTBUG-67446?

That bug's workaround (setting an id in background) works here, too.



Am 08.04.2018 um 13:14 schrieb mail at herrdiel.de:
>
> Hi again,
>
> in order to find out more about the QML errors mentioned in my 
> previous post, I have tried using Qt 5.10.1.
>
> (MinGw5.3, Windows Version 10.0.16299 Build 16299, 64 bit)
>
> While upgrading doesn't help there, it brought an 
> inconsistency/regression between the versions to my attention:
>
> @
>
> Repeater{
>
> model:currentItem.similarPupils.count
> TextField{
> propertyvarcurrentSubItem:currentItem.similarPupils.get(index)
> background:Rectangle{
> color:"green"//normallymorecomplex
> // anchors.fill:parent
> }
> verticalAlignment:Text.AlignVCenter
> height:30
> width:importCsvDuplicates.elementWidth
> propertystringnameText:currentSubItem?currentSubItem.text:""
> text:currentSubItem.text +"" +currentSubItem.propertyFromRole("distance")
> }
> }
> @
>
> In 5.10.0 this works fine, in 5.10.1 some TextFields are left white 
> (see pics below).
>
> I can work around that by "uncommenting in" the
>     anchors.fill: parent
>
> Is this something to file a bug about or has this been done on purpose?
>
> Best regards
> Sebastian
>
>
> --------------------------------------------------------------------------------------------------------
> This is 5.10.1 - white fields:
>
>
> ------------------------------------------------------------------------------------------------------------------------------
> This is In 5.10.0 -  or In 5.10.1 with additional "anchors.fill: parent"
> -- 
> http://www.classintouch.de  - Tablet-Software für Lehrer
>
>
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest

-- 
http://www.classintouch.de - Tablet-Software für Lehrer

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20180408/b81692c5/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jenhnhbchmddaojk.png
Type: image/png
Size: 28826 bytes
Desc: not available
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20180408/b81692c5/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mofapdhhkkajpdfi.png
Type: image/png
Size: 28048 bytes
Desc: not available
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20180408/b81692c5/attachment-0001.png>


More information about the Interest mailing list