<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>62937</bug_id>
          
          <creation_ts>2011-06-18 13:20:14 -0700</creation_ts>
          <short_desc>Please expose QScrollBar objects in QWebView</short_desc>
          <delta_ts>2022-07-29 10:47:46 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WebKit Qt</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows 7</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Enhancement</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="szyk">szyk100</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>423214</commentid>
    <comment_count>0</comment_count>
    <who name="szyk">szyk100</who>
    <bug_when>2011-06-18 13:20:14 -0700</bug_when>
    <thetext>Access to QScrollBar objects is neccessary when we do chat program based on QWebView. Then new messages appear on the bottom. Then it is important to scroll QWebView to the bottom always when user want to (most of the time he want). But some times user want to look at the messages above, so it scroll up. In that case we shouldn&apos;t automaticaly scroll to the bottom when new message arrives, instead we must wait when user scrolls again to the bottom. Other case is resizing QWebView, then I must known whether vertical scroll bar was scrolled to the end or not. To handle this two cases I must have acces to QAbstractSlider::sliderMoved signal (from QWebFrame object). Then I will set my variable mScrolledToEnd = sliderPosition() == maximum(). This allow me to proper handle QWebFrame::contentsSizeChanged, and my overloaded QWebView::resizeEvent. Please let me known other solution for this problem if you know.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1887650</commentid>
    <comment_count>1</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2022-07-29 10:47:46 -0700</bug_when>
    <thetext>The Qt port has been removed from WebKit, resolving.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>