Opened 17 years ago
Closed 17 years ago
#1515 closed Bug (invalid)
Client side javascript on page disabled in .NET
Reported by: | goldan | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Server : ASP.Net | Version: | FCKeditor 2.4.3 |
Keywords: | Pending | Cc: |
Description
When the Page directive inherits attribute (Inherits="FredCK.FCKeditorV2.FileBrowserConnector") is in the page, client-side javascript within the page is disabled.
I'm using .NET radio button controls. A client-side onclick is added in the page_load. Depending on which radio button is clicked, a div is hidden or made visible. With the inherits attribute, the code to show or hide the div no longer works.
Change History (4)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
This isn't actually a javascript issue at all. It's not executing the Page_Load sub
comment:3 Changed 17 years ago by
Keywords: | Pending added; javascript removed |
---|---|
Milestone: | FCKeditor.Net 2.3 |
Priority: | High → Normal |
Type: | Task → Bug |
Please, provide detailed steps to reproduce (preferably a URL to test)
After looking into it more, the code to hide/show the div stops working when the fckeditor control is added to the form