Code review comment for lp:~michael-sheldon/webbrowser-app/implement-download-folder

Revision history for this message
Olivier Tilloy (osomon) wrote :

When showing the downloads page (both from the drawer menu or as a file picker), I’m seeing the following warnings in the console:

file:///usr/share/webbrowser-app/webbrowser/DownloadsPage.qml:54:5: QML BrowserPageHeader: Binding loop detected for property "height"
file:///usr/lib/arm-linux-gnueabihf/qt5/qml/Ubuntu/Content/ContentPeerPicker10.qml:187: TypeError: Cannot read property 'peers' of null
file:///usr/share/webbrowser-app/webbrowser/DownloadsPage.qml:54:5: QML BrowserPageHeader: Cannot specify top, bottom, verticalCenter, fill or centerIn anchors for items inside Column. Column will not function.

Can they be addressed?

« Back to merge proposal