Ticket #2529893 (closed defect)

Reporter


adam.hujingqiang
Opened: 01/28/11
Last modified: 07/30/12
Status: closed
Type: defect
Resolution: expired

Owner


Derek Gathright
Target Release: 3.6.0
Priority: P3 (normal)
Summary: dynamic Update the content of a scrollview
Description:

I use a scrollview to show the messages. The message will be updated automaticly by use of a timer.
under the firefox the scrollview works well.
With ie, the content cannot be pulled down to the bottom.

the code clip is as follows:

//root is the result of a webservice return.
var root = o.responseXML.documentElement.firstChild.nodeValue;
var re;
re = root.split("&@&");
Y.one("#lmc").set("value", re[0]);
if (re[1] != "") {
Y.one("#OrgMsg").set("innerHTML", re[1] + Y.one("#OrgMsg").get("innerHTML"));
if (msgtag == 0) {
msgtag = 1;
var scrollView = new Y.ScrollView({
srcNode: "#orgmsgslide",
height: 450
});
scrollView.render();
}
}

Type: defect Observed in Version: 3.2.0
Component: ScrollView Severity: S3 (normal)
Assigned To: Derek Gathright Target Release: 3.6.0
Location: Priority: P3 (normal)
Tags: scrollview Relates To:
Browsers: IE 8.x
URL: http://tt.keepbalance.net/htmlpage.htm
Test Information:

userid: demo
password: demo

Attachments

Attachment #1: bug.bmp (download)

Change History

adam.hujingqiang

Posted: 01/28/11
  • component changed from None to ScrollView
  • owner changed from George to Satyen Desai
  • status changed from new to assigned

adam.hujingqiang

Posted: 01/28/11
  • testurl changed from http://tt.keepbalance.net/Task/TaskOfCustomer.aspx to http://tt.keepbalance.net/htmlpage.htm

Satyen Desai

YUI Developer

Posted: 02/21/11
  • milestone changed to 3.4.0
  • priority changed to P3 (normal)
  • status changed from assigned to accepted

Satyen Desai

YUI Developer

Posted: 07/27/11
  • milestone changed from 3.4.0 to 3.5.0

Satyen Desai

YUI Developer

Posted: 07/27/11

These are backlog bugs which didn't make it into any of the 3.4.0 sprints. Marking as 3.5.0 backlog for evaluation going into 3.5.0 sprint 1

Satyen Desai

YUI Developer

Posted: 11/7/11

Derek Gathright

YUI Developer

Posted: 11/9/11
  • estimated changed from 0 to 1
  • sprint changed to sprint 1
  • status changed from assigned to accepted

Derek Gathright

YUI Developer

Posted: 11/9/11
  • sprint changed from sprint 1

Derek Gathright

YUI Developer

Posted: 03/27/12
  • milestone changed from 3.5.0 to 3.6.0

Derek Gathright

YUI Developer

Posted: 07/20/12
  • status changed from accepted to infoneeded

Could you please clarify your request and provide an updated URL? Thanks

yuibuild

Posted: 07/30/12
  • resolution changed to expired
  • status changed from infoneeded to closed

Ticket automatically closed due to no activity.