Prev: FAQ Topic - How do I check to see if a child window is open, before opening another? (2010-06-20)
Next: Need help with setTimeout
From: venu madhav on 20 Jun 2010 07:27 Hi, In my application I've a table which displays details obtained from the database. It also has a dhtml popup which displays some more details. Now when I move the popup across the page in IE8 the background turns blue in color. I couldn't figure out the reason why? One more problem I am facing is , when I move the popup to the lower edge of the screen, the whole page is moving up ( along with the scroll bar) and I am seeing white background after the whole page moves up. Can some one please help me in figuring out the reason. Please let me know if you need any further information. Thank you, Venu.
From: rf on 20 Jun 2010 07:44 "venu madhav" <venutaurus539(a)gmail.com> wrote in message news:62a9a653-c649-4f81-ac19-b5e51bdc6a6c(a)t26g2000prt.googlegroups.com... > Hi, > In my application I've a table which displays details obtained from > the database. It also has a dhtml popup which displays some more > details. Now when I move the popup across the page in IE8 the > background turns blue in color. I couldn't figure out the reason why? > One more problem I am facing is , when I move the popup to the > lower edge of the screen, the whole page is moving up ( along with the > scroll bar) and I am seeing white background after the whole page > moves up. > Can some one please help me in figuring out the reason. When you are moving the popup you are not cancelling mouse events. Those events are getting through to the underlying page which thinks you are using the mouse to select an area. Perform the actions of "moving" the popup when there is no popup displayed. You'll see what is happenning.
From: venu madhav on 20 Jun 2010 08:01 On Jun 20, 4:44 pm, "rf" <r...(a)z.invalid> wrote: > "venu madhav" <venutaurus...(a)gmail.com> wrote in message > > news:62a9a653-c649-4f81-ac19-b5e51bdc6a6c(a)t26g2000prt.googlegroups.com... > > > Hi, > > In my application I've a table which displays details obtained from > > the database. It also has a dhtml popup which displays some more > > details. Now when I move the popup across the page in IE8 the > > background turns blue in color. I couldn't figure out the reason why? > > One more problem I am facing is , when I move the popup to the > > lower edge of the screen, the whole page is moving up ( along with the > > scroll bar) and I am seeing white background after the whole page > > moves up. > > Can some one please help me in figuring out the reason. > > When you are moving the popup you are not cancelling mouse events. Those > events are getting through to the underlying page which thinks you are using > the mouse to select an area. > > Perform the actions of "moving" the popup when there is no popup displayed. > You'll see what is happenning. Thank you for the reply. I'll try disabling the mouse select events. But what could be the reason for the entire page moving up?
From: rf on 20 Jun 2010 08:40 "venu madhav" <venutaurus539(a)gmail.com> wrote in message news:bf6aa8bb-ce42-4818-8b6a-2086d7d5f63a(a)u3g2000prl.googlegroups.com... On Jun 20, 4:44 pm, "rf" <r...(a)z.invalid> wrote: > "venu madhav" <venutaurus...(a)gmail.com> wrote in message > > news:62a9a653-c649-4f81-ac19-b5e51bdc6a6c(a)t26g2000prt.googlegroups.com... > > > Hi, > > In my application I've a table which displays details obtained from > > the database. It also has a dhtml popup which displays some more > > details. Now when I move the popup across the page in IE8 the > > background turns blue in color. I couldn't figure out the reason why? > > One more problem I am facing is , when I move the popup to the > > lower edge of the screen, the whole page is moving up ( along with the > > scroll bar) and I am seeing white background after the whole page > > moves up. > > Can some one please help me in figuring out the reason. > > When you are moving the popup you are not cancelling mouse events. Those > events are getting through to the underlying page which thinks you are > using > the mouse to select an area. > > Perform the actions of "moving" the popup when there is no popup > displayed. > You'll see what is happenning. Thank you for the reply. I'll try disabling the mouse select events. But what could be the reason for the entire page moving up? Once again try this without the popup there. Left click and then move the mouse below the viewport and the page will scroll up. That's how you select stuff below the viewport, in just about every program that allows selection that I have ever seen.
From: venu madhav on 20 Jun 2010 21:23
On Jun 20, 5:40 pm, "rf" <r...(a)z.invalid> wrote: > "venu madhav" <venutaurus...(a)gmail.com> wrote in message > > news:bf6aa8bb-ce42-4818-8b6a-2086d7d5f63a(a)u3g2000prl.googlegroups.com... > On Jun 20, 4:44 pm, "rf" <r...(a)z.invalid> wrote: > > > > > > > "venu madhav" <venutaurus...(a)gmail.com> wrote in message > > >news:62a9a653-c649-4f81-ac19-b5e51bdc6a6c(a)t26g2000prt.googlegroups.com.... > > > > Hi, > > > In my application I've a table which displays details obtained from > > > the database. It also has a dhtml popup which displays some more > > > details. Now when I move the popup across the page in IE8 the > > > background turns blue in color. I couldn't figure out the reason why? > > > One more problem I am facing is , when I move the popup to the > > > lower edge of the screen, the whole page is moving up ( along with the > > > scroll bar) and I am seeing white background after the whole page > > > moves up. > > > Can some one please help me in figuring out the reason. > > > When you are moving the popup you are not cancelling mouse events. Those > > events are getting through to the underlying page which thinks you are > > using > > the mouse to select an area. > > > Perform the actions of "moving" the popup when there is no popup > > displayed. > > You'll see what is happenning. > > Thank you for the reply. I'll try disabling the mouse select events. > But what could be the reason for the entire page moving up? > > Once again try this without the popup there. Left click and then move the > mouse below the viewport and the page will scroll up. That's how you select > stuff below the viewport, in just about every program that allows selection > that I have ever seen.- Hide quoted text - > > - Show quoted text - Sir, I did what you've mentioned. Its true that the page moves below if you click some where on the text and drag it. But the moving of the view port ends where the scroll bar ends. But with the popup, even the end of the scroll bar is moving up. Hence white space is showing up on the screen with all the data part moved up. But this behavior is not observed on Firefox. Since I cant attach a screen shot here, if you don't have any problem, I can send a screen shot to your mail. Plz let me know. Thank you, |