Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Article pages issues on harmattan #71

Open
cip opened this issue Jan 2, 2012 · 1 comment
Open

Article pages issues on harmattan #71

cip opened this issue Jan 2, 2012 · 1 comment

Comments

@cip
Copy link
Owner

cip commented Jan 2, 2012

Article view suffers from similar problem to issue 70:
Behavior of opening link appearantly depends on location of link on screen: upper part -> ignored, middle -> open status bar, lower part -> open link.

Note: For performance issues see new issue 72, as not directly related to scrolling issue. However, a fix considerable changes implementation (e.g.qml webview) would hopefully also solve the performance problem

@cip
Copy link
Owner Author

cip commented Jan 2, 2012

Considered fixes:

  1. Try to fix current implementation. (kineticscroller+QTextBrowser)
    • ? How?
    • - Scrolling with current implementation somewhat jerky on symbian as well, therefore
      replacing kineticscroller with something different would be preferable.
  2. Replace kineticscroller with QML Flickable, keep QTextBrowser
    • Trial in qml_meego_flickable branch
    • - Appearantly not working for long articles. (QTextBrowser size needs to be content size, which leads to crash
      at least on simulator).
    • - Problematic to set correct size. (VerticalScrollbar maximum used, but this appearantly
      changes after size of textbrowser adjusted to this value)
    • - Anchors not working
  3. Use QML WebView+Flickable (Using custom QNetworkAccessManager)
    • Trial in qml_meego_webview branch
    • - Anchors not working . (See https://bugs.webkit.org/show_bug.cgi?id=48415)
    • - Basic functionality working only on simulator, not on device. (Not debugged, as anchor problem anyway blocking)
  4. Use alternative kinetic scroller
  5. QWebView in QProxyWidget. (That is similar to 3. but QWebView instead of QTextBrowser)
  6. Other?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant