Closed
Bug 284932
Opened 20 years ago
Closed 19 years ago
"data" URI vs text/calendar content type
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: julian.reschke, Assigned: bugzilla)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.6) Gecko/20050223 Firefox/1.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.6) Gecko/20050223 Firefox/1.0.1
Embedding a data: URI for a text/calendar entity, such as
<a type="text/calendar"
href="data:text/calendar,BEGIN:VCALENDAR%0ABEGIN:VEVENT%0ASUMMARY%0A%20:WebDAV%20IETF%20meeting%0ADTSTART%0A%20:20050309T150000Z%0ADTEND%0A%20:20050309T173000Z%0AEND:VEVENT%0AEND:VCALENDAR%0A"
>TEST</a>
doesn't yield the expected result. When following the link, the UI should behave
the same way as when accessing an HTTP resource with content type text/calendar,
thus report the proper content type; and suggesting to launch the applicatiom
conf'd for iCalendar resources.
Reproducible: Always
Steps to Reproduce:
Actual Results:
Download dialog doesn't display any meaningful file type, nor suggests the right
external application.
Comment 1•20 years ago
|
||
no xslt anywhere around, reassigning to firefox for further triage, I have no clue where this should go.
Component: XSLT → General
Product: Core → Firefox
Updated•20 years ago
|
Assignee: peterv → firefox
QA Contact: keith → general
Comment 2•19 years ago
|
||
This is an automated message, with ID "auto-resolve01". This bug has had no comments for a long time. Statistically, we have found that bug reports that have not been confirmed by a second user after three months are highly unlikely to be the source of a fix to the code. While your input is very important to us, our resources are limited and so we are asking for your help in focussing our efforts. If you can still reproduce this problem in the latest version of the product (see below for how to obtain a copy) or, for feature requests, if it's not present in the latest version and you still believe we should implement it, please visit the URL of this bug (given at the top of this mail) and add a comment to that effect, giving more reproduction information if you have it. If it is not a problem any longer, you need take no action. If this bug is not changed in any way in the next two weeks, it will be automatically resolved. Thank you for your help in this matter. The latest beta releases can be obtained from: Firefox: http://www.mozilla.org/projects/firefox/ Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html Seamonkey: http://www.mozilla.org/projects/seamonkey/
| Reporter | ||
Comment 3•19 years ago
|
||
Works fine in Firefox 1.5 beta 1.
Updated•19 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•