Opened 15 years ago
Closed 15 years ago
#4602 closed defect (wontfix)
[gfx] Text Shape not displayed in Safari
Reported by: | guest | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 1.0.2 |
Component: | DojoX GFX | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Setup: Safari 3.0.3 on Windows XP SP 2. Dojo 0.9.
Text shapes aren't displayed in Safari. Other shapes seem to work fine though.
It seems to be a Safari bug. The text appears erratically when flipping back and forth between Desktop-Windows. Maybe there's a workaround?
Example:
surface.createText({x: 20, y: 20, text: "Testing 1,2,3", align: "middle"}) .setFont({size: "12px", family: '"Courier New", Courier, monospace', weight: "lighter"}) .setStroke({color: "#FF0000", width: 1});
The example works fine in IE7,FF2,Opera9.
Change History (5)
comment:1 Changed 15 years ago by
Milestone: | → 1.1 |
---|---|
Status: | new → assigned |
comment:2 Changed 15 years ago by
Milestone: | 1.1 → 1.0 |
---|
comment:3 Changed 15 years ago by
Milestone: | 1.0 → 1.0.1 |
---|
comment:4 Changed 15 years ago by
Milestone: | 1.0.1 → 1.0.2 |
---|
comment:5 Changed 15 years ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
I add your snippet to test_text.html and it works properly in Safari 3.
If you can attach a simple file, which demonstrates the problem out of box with instructions, on how to reproduce it (if required), that would be awesome.