hi, i thought i was immune against such problems but having to install several programs the past days i run into the situation that i cannot open local SVG...
59349
"~:'' ...
signbrowser
Oct 1, 2007 10:15 am
Andre, if you are using nightlies this may be what is currently a recurring problem and filed as bug https://bugzilla.mozilla.org/show_bug.cgi?id=397309 I'm on...
59350
"André M. Win...
raxmapa
Oct 1, 2007 10:27 am
Jonathan, ... no nightly builds: FF2.0.0.7 and FF3.0a8 in their base, default and english version. andré -- ...
59352
richard_smith_ons
richard_smit...
Oct 1, 2007 11:03 am
http://bugs.webkit.org/show_bug.cgi?id=14167 Due to the above I get "evt.target.getAttributeNS not an object" when trying to process the events on a USE...
59353
Erik Dahlström
ed@...
Oct 1, 2007 12:52 pm
On Mon, 01 Oct 2007 13:03:18 +0200, richard_smith_ons ... I don't think it's a bug either, if you get an SVGElementInstance object back then clearly it doesn't...
59354
richard_smith_ons
richard_smit...
Oct 1, 2007 1:34 pm
Thanks Erik....
59355
Andreas Neumann
neumannandreas
Oct 1, 2007 3:20 pm
yes - this really is a restriction on the use element. If you want to get the reference to a use element, you have to use .currentTarget and place the event...
59356
mark_alsisto
Oct 1, 2007 7:22 pm
hi, can anyone give me a simple example on how i can control svg with the use of html control. for example, there are checkboxes that controls whether to...
59357
juninbox
Oct 1, 2007 7:22 pm
... using mouse event. ... you can capture the mousedown event and check the value of event.button. if event.button==2 or 3, that means right click event, then...
59358
juninbox
Oct 1, 2007 7:23 pm
Hi, I met some trouble for disable default mouse right click context menu with SVG in firefox. following is the description: -my env is Firefox 2.0 -I embed...
59359
ddailey
ddailey@...
Oct 1, 2007 8:21 pm
In http://srufaculty.sru.edu/david.dailey/svg/waves.html (which should run in Opera and IE/ASV) little waves that distort an image are created from parameters...
59360
ddailey
ddailey@...
Oct 1, 2007 9:47 pm
Some of you may be familiar with the thing I showed in Tokyo for timing DOM insertions of different kinds of content into the browsers: basic objects, with and...
59361
Barend Köbben
barendkobben
Oct 2, 2007 6:59 am
Hi David, Only on Win with IE& and the ASV plugin this works. On Opera on the Mac (Version 9.50 Alpha, Build 4404) your page complains about needing a...
59362
Erik Dahlström
ed@...
Oct 2, 2007 8:57 am
... Thanks, we'll fix this bug for a later release, this type of feedback is what alpha releases are meant for. Btw,...
59363
David Dailey
david.dailey@...
Oct 2, 2007 4:13 pm
It does work in Opera 9.23 and IE/ASV3. Even after adding the fix Erik points out, though it still isn't working in Opera 9.5 alpha. Some good news though is...
59364
Frank Bruder
redurbf
Oct 2, 2007 11:02 pm
Hi, Damian, it sounds like the id attributes of dynamically added content are not processed properly so referencing them would not work. Have you also tried it...
59365
André M. Winter
raxmapa
Oct 3, 2007 10:35 am
hi, couldn't solve this problem in a clean way. full reinstall of FF2 and FF3a8 did the job. andré...
59366
David Dailey
david.dailey@...
Oct 3, 2007 2:41 pm
Does anyone yet know when or where this is likely to happen? The cycle of funding here makes it easier to start planning early. regards, David...
59367
Lenny
leonard_voet
Oct 4, 2007 6:18 am
Long time lurker, first time poster. I must say, the messages in this group has done wonders in bringing me up-to-speed on SVG technology - thanks! I've been a...
59368
steltenpower
Oct 4, 2007 1:54 pm
http://svgopen.org/2008...
59369
Doug Schepers
d_a_schepers
Oct 4, 2007 2:18 pm
Hi, David- ... We recognize that late announcement makes it difficult for attendance (for presenters and audience alike). We are planning SVG Open 2008 right...
59370
Chris Peto
ressol2002
Oct 4, 2007 3:56 pm
Check out these links below SVG editor: http://www.resource-solutions.de/svgeditor/main.svg SVG Editor Mac Skins: ...
59371
vikasjain0358
Oct 5, 2007 2:29 pm
Hi, I have a query wrt how SVG Tiny 1.2 and Javascript can enable the following scenario: I have a set of jpegs on my PC which I want to browse through within...
59372
Lenny
leonard_voet
Oct 5, 2007 6:30 pm
Hi Chris - thanks for the links. Unfortunately, that's not quite what I'm looking for. I'm looking at an application that I can embed in my own webpage that ...
59373
craigshepherd73
Oct 5, 2007 10:11 pm
Thanks for this reply Jonathan! I was getting frustrated with this. At the risk of beating a dead horse, I have some questions: 1. If I have the following in...
59374
mark_alsisto
Oct 6, 2007 12:25 pm
hi david, do you have the simpler example that you mention. i really need your help. i just need a simple example of how to show and hide a text in svg using ...
59375
ddailey
ddailey@...
Oct 6, 2007 1:00 pm
Sure Mark, Take a look at the first example at http://srufaculty.sru.edu/david.dailey/svg/intro/PartF_C.html It works in IE/ASV, Opera 9.23, and FF (except for...
59376
Jerrold Maddox
jxm22
Oct 6, 2007 8:16 pm
Can anyone give their best guess on when text flow and word wrapping will be recommended by W3C and supported in any of the browsers? The working draft from...
59377
jgfa92004
Oct 7, 2007 9:18 am
Hi all, I have svg files that can be opened only with IE7. Is there a document that describe how to make a svg file compatible with the dom specifications. ...
59378
Ronan Oger
ronan_oger
Oct 7, 2007 10:12 am
Hi Julie, A common problem in IEx -> FFy is ecascript naming issues. Take a look at the ecmascript specification. ...