RSS Feed open in New Window

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
6/20/2012 9:58:41 PM
Gravatar
Total Posts 25

RSS Feed open in New Window

Hi Joe:

 

Notsure if this is a bug but I cannot seem to open the RSS feed in a new window even though the checkbox to open in a new window is selected in the settings. I tried this on the demo site too and the same results applied.. Any thoughts.

 

Thanks

UH

6/21/2012 1:17:11 PM
Gravatar
Total Posts 18439

Re: RSS Feed open in New Window

Hi,

Yes it was a bug. That settings is for when using excerpt mode with feed manager and when the read more link was enabled, it was supposed to make the read more link open in a new window. The problem was that we had it wrapped inside NeatHtml which would block the onclick and would also not allow a target attribute because that is not valid attribute. However, in excerpt mode we were already removing the markup when generating the excerpt so there was no possibility for xss in this case and therefore neathtml was not really needed for that configuration.

This is now fixed in the source code repository.

Best,

Joe

6/22/2012 12:17:48 PM
Gravatar
Total Posts 25

Re: RSS Feed open in New Window

Joe:

 

I looked at the code in the repository and I cannot find the HTMLDiff.dll in the libs folder. Please advise.

6/22/2012 12:32:28 PM
Gravatar
Total Posts 18439

Re: RSS Feed open in New Window

Oops my bad, its in there now.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.