One more Bug in BBEditor "quote" button functionality

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 years ago
I just found one more bug in quote button functionality

when we use quote button for normal text reply it works

but in there is [code][/code.] tag in previous messages and "quote" button is used for those messages, quote button functionality doesn't work

or in other words whenever there are [code.] tag(s) within a [quote.] tag , [quote.] tag never works...

I request nopCommerce team to please fix this bug in 1.8 version as only few days left...

let me show you a demonstration here
13 years ago
abcd_12345 wrote:
I just found one more bug in quote button functionality

when we use quote button for normal text reply it works

but in there is [code][/code.] tag in previous messages and "quote" button is used for those messages, quote button functionality doesn't work

I request nopCommerce team to please fix this bug in 1.8 version as only few days left...

let me show you a demonstration here


this is my reply by using "Quote' button for a normal text above...
13 years ago
now i am posting code here using [code.] tag


using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Net.Mail;
using NopSolutions.NopCommerce.BusinessLogic.Messages;
13 years ago
abcd_12345 wrote:
now i am posting code here using [code.] tag


using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Net.Mail;
using NopSolutions.NopCommerce.BusinessLogic.Messages;


Here is my reply by using "Quote' button for a message THAT INCLUDES [CODE.] tag... see  here in code you will not see dotted line and you will see [quote=abcd_12345.] tag
13 years ago
Thanks for info. It'll be fixed in the further release (1.90)
13 years ago
Andrei, i would really appreciate if you could guide me how i can fix this bug for now...
13 years ago
I don't know right now. It'll require some time to fix it
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.