473,480 Members | 1,855 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

designMode on IE6 Mac

I'm currently using designMode in a page, and it's been working for IE6
on Windows, but I'm hearing complaints that it's not working on IE6 on
Mac. I had done some research on this before deciding to use
designMode and I thought I found that it would work on the Mac as well.
Unfortunately, I don't have a Mac to test on, so I just thought I'd
put the question out here.

Should it work on Mac and perhaps I just need to get ahold of a Mac and
fiddle with the code a little or was I mistaken in the first place that
it would work on Mac?

Aug 14 '05 #1
5 2601
ASM
Larry wrote:
I'm currently using designMode in a page, and it's been working for IE6
on Windows, but I'm hearing complaints that it's not working on IE6 on
Mac.
That's new ? IE6 and its bugs has been transfered on Mac ?
I had done some research on this before deciding to use
designMode and I thought I found that it would work on the Mac as well.
Unfortunately, I don't have a Mac to test on, so I just thought I'd
put the question out here.
What is designMode ?
(any way what is important is content and not clothes)
Should it work on Mac and perhaps I just need to get ahold of a Mac and
fiddle with the code a little or was I mistaken in the first place that
it would work on Mac?


Without an url to see ... how to know ?

To test on others browsers :

http://www.danvine.com/iecapture/ (safari)
http://browsershots.org/ free,
http://browsercam.com/ not free,
--
Stephane Moriaux et son [moins] vieux Mac
Aug 14 '05 #2
"designMode" lets you build a kind of WYSIWYG editor inside an HTML
page. Once it is set to "on", you can use JavaScript to change things
like font and color (usually in response to the user clicking on
buttons).

I really would like this editor to work on Mac, too.

Aug 15 '05 #3

Larry wrote:
I'm currently using designMode in a page, and it's been working for IE6
on Windows, but I'm hearing complaints that it's not working on IE6 on
Mac.


There is no IE 6 for the Mac but IE 5 on the Mac does not support
editable iframes created by setting designMode to on. Only Mozilla
(since 1.4) or Firefox on the Mac should support that.
--

Martin Honnen
http://JavaScript.FAQTs.com/
Aug 15 '05 #4
Martin Honnen wrote:
There is no IE 6 for the Mac but IE 5 on the Mac does not support
editable iframes created by setting designMode to on. Only Mozilla
(since 1.4) or Firefox on the Mac should support that.


There was never a standalone release of IE 6 on Mac, but MSN for Mac is
powered by an engine that reports itself as MSIE 6 (though it is not the
same as the windows version).

I'm not sure if that version supported design mode (though I doubt it).

Kevin N.
Aug 17 '05 #5
The end-user apparently claims that they have IE 6 on a Mac, although I
am only hearing this second hand, so I was not able to ask how they
know that. Any suggestions on how I can find out for sure if there's
any version of IE that will support design mode? Also, is it certain
that Firefox supports it? I don't want to get the end users to
download something unless I have a reasonable idea that it will work.

Aug 17 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2309
by: Thomas | last post by:
Hy dudes, I have a strange problem. I dynamically create an IFrame with JavaScript and then fill in some content. Afterwards I want to switch to designMode. There the trouble starts. In Mozilla...
2
7466
by: Lecture Snoddddgrass | last post by:
Hi, When I create a UserControl-derived object, I often expose various public properties. One of the things that I hate about the WinForms designer is that if I decide to embed one of these...
1
4918
by: Tiago Barbutti | last post by:
I have a UserControl that execute methods in Load event, but it hapens in designMode and generate an error and the control disappear from the form. I read that i can use the DesignMode to kwnow...
2
5936
by: Malleier Alfred | last post by:
Hi, what does the Me.DesignMode-Property turn back. I tried to set a MsgBox(Me.DesignMode) in my form's and control's Sub New(), but it allways turns back 'false', even if the form or control is...
29
5039
by: Charles Law | last post by:
Further to my issue about user controls, I have a problem with DesignMode. Here is the project hierarchy: MainApp |_ Project1 |_ SubProject (UserControl) SubProject has a default constructor...
1
2187
by: Paul W | last post by:
I'm having trouble detecting whether my Control is in DesignMode. I'm deriving a class from TreeView; Public Class ExplorerView Inherits TreeView ... End Class
2
2260
by: Simon Rigby | last post by:
Hi folks, I'm trying to switch an iFrame in and out of design mode by way of a script. As you can see from the method it is intended to be cross browser compatible (or FF and IE at least). The...
4
1462
by: Kyjan | last post by:
Greetings! In doing some research, I've learned that some other people have had problems with Me.DesignMode not working correctly when it's used in a user control that is placed on another form....
2
4466
by: graeme g | last post by:
ii i've been developing some usercontrols... and sudden the property designmode no longer works.. if i test it value at designtime it always comes back false... i've made a work around if...
0
7048
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7088
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
6956
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5342
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4783
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4485
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
2997
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
2986
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
563
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.