#6860 closed enhancement (worksforme)
WebClip compatibility
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | lowest | Milestone: | |
Component: | general | Version: | |
Severity: | minor | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Would be really nice that WebClip support ticket table in Safari. Currently the webclip cannot be bind to the ticket table so the webclip won't resize when ticket are added or removed.
Attachments (0)
Change History (7)
comment:1 by , 17 years ago
Keywords: | tobedeleted added |
---|---|
Resolution: | → invalid |
Status: | new → closed |
comment:2 by , 17 years ago
Keywords: | tobedeleted removed |
---|---|
Priority: | normal → lowest |
Resolution: | invalid |
Status: | closed → reopened |
Oops, I got it wrong, you mean that Trac ticket page would need some kind of an anchor to help the Safari 3.x webclip feature, right ?
If you can provide some hints about how to do it / what should be done …
follow-up: 5 comment:3 by , 17 years ago
http://www.youtube.com/watch?v=RSi1zH3CbSI
Here's a small video about webclip, and Yeah that what meaned, that Trac page would need some kind of an anchor point to help Safari cliping to the Ticket table.
When the webclip is made by cliping, it can resize itself to the size of the table so resize if ticket are added or removed.
by little research I also found that webclips work on iphone, here's an example: http://www.youtube.com/watch?v=y4ZLmMm-Z3g
that would be awesome on trac!!!
comment:4 by , 17 years ago
That's pretty nifty, though not particularly useful to us non-Apple users. I suspect that support for this could be provided by a plugin—it would probably have to use ITemplateStreamFilter
somewhere.
comment:5 by , 17 years ago
If you can provide some hints about how to do it / what should be done …
Here's a small video about webclip, and Yeah that what meaned, that Trac page would need some kind of an anchor point to help Safari cliping to the Ticket table.
What I meant with "some hints" was an example of the required change(s), to see whether it can be integrated within Trac or not - not a demo about what WebClip is - sorry for the confusion. If adding support for webclip is just about adding a div or some HTML elements, without any impact on other browsers/platforms, then maybe it is worth adding it to Trac. If it requires more invasive changes, then a plugin may be a better choice.
Anyway, providing a patch or a description about what needs to be done in Trac XHTML output would speed up the process. I'm not sure how many Trac developers are willing to spend some time to find how to do it right now, as there are much more important features and bug fixes to work on.
comment:6 by , 17 years ago
From http://surfmind.com/muzings/?p=126
Identifying the clip uses some basic DOM element location extraction, with snap to an image position and extent or even a text block.
Can't find many other details, but it works well on Yahoo's front page and for images and the like.
comment:7 by , 17 years ago
Resolution: | → worksforme |
---|---|
Status: | reopened → closed |
Well, no developer was interested in this so far.
If there's anything specific we should do, please reopen with clear indications about what should be done (preferably in the form of a patch).
(resolution worksforme chosen, has wontfix has the negative connotation we don't want this, which is not the case here)
Wrong web site. This site is dedicated to the development of Trac itself.