Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsClientAPIClientAPIDNN 440, Text/HTML webcontrol problems in FireFox and OperaDNN 440, Text/HTML webcontrol problems in FireFox and Opera
Previous
 
Next
New Post
1/12/2007 5:58 AM
 
Hi

Just finished installing DNN 440, and tried it out in a couple of browsers. It looks like the Text/HTML (AJAX) webcontrol doesn't work correctly in FireFor 2.0.0.1 and Opera 9.10

In FireFox, the control extends beyond the screen, text updates are successful.

In Opera I wasn't able to update text.

Just a heads up!

Thank you for your time,

John Frey


P.S.

Looks like the Rich Text Editor on this site is malfunctioning also... Had to write this post in "Basic Text Box"
 
New Post
1/12/2007 4:17 PM
 
Hmm... it looks like a fix I put in to workaround this issue, is now causing the issue. If you wouldn't mind opening the dnnlabeledit.js file and searching for this code


if (dnn.dom.browser.isType(dnn.dom.browser.Mozilla))
this.control.style.display = '-moz-inline-box';


Try removing this code and let me know if that fixes your issue for FireFox.

Regarding Opera, I suspect that they decided to try and support the contentEditable in a recent version, just like Safari. I am guessing their implementation is still buggy or needs some assistance in order to get working. For the time being, edit the dnnlabeledit.js file looking for this line


if (dnn.dom.browser.isType(dnn.dom.browser.Safari))
this.supportsCE = false;//Safari content editable still buggy...


replace it with this one


if (dnn.dom.browser.isType(dnn.dom.browser.Safari) || dnn.dom.browser.isType(dnn.dom.browser.Opera))
this.supportsCE = false;//Safari content editable still buggy...


 
New Post
1/13/2007 9:48 AM
 

I'll try to get this done asap and get back to you. Unfortunately, it may take about a month :( (Personal stuff...)

Thanx for the reply!

 
New Post
1/15/2007 12:56 PM
 
I tried the fixes, and they did remove the bugs...

I am now able to edit text in place for both FireFox and Opera versions mentioned.


Thank you very much!
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsClientAPIClientAPIDNN 440, Text/HTML webcontrol problems in FireFox and OperaDNN 440, Text/HTML webcontrol problems in FireFox and Opera


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out