YAFLogo

kittyKit
  • kittyKit
  • 51.8% (Neutral)
  • YAF Forumling Topic Starter
12 years ago
Hi there

For design purpose, I have an IFrame in my page inside which YAF runs. Both the parent and the IFrame content are from the same domain.

There is a poll with a couple of questions. I have to scroll down the Iframe to view my 2nd question and the corresponding options. When I click the optiton to poll, the thank you message popsup at the begining of the page - so that I have to scroll up to click ok and then come down again to continue with my 3rd question. How do I fix this.

The thankyou notification is triggered by this.PageContext.AddLoadMessage(msg);

How do I make the notification to popup in the same location.

Note: In IE8, the placement seems to be soemtimes ok. In FF, everytime it pops up at the starting of the page.

Thanks

Kit

Sponsor
squirrel
12 years ago
This was a known issue in past versions. This behavior has been changed to be a notification bar in newer versions. The code is in the repositiory, so it will be included in the next available release. No matter where you are on the page, the new bar works with proper placement as you describe.
If you can't find it using the forum search, try my signature link -- searches this site using Google: Google is my Friend 
kittyKit
  • kittyKit
  • 51.8% (Neutral)
  • YAF Forumling Topic Starter
12 years ago
Many thanks for the info. Awaiting the next release.