id summary reporter owner description type status priority component severity resolution keywords cc release 1770 Added Links do not appear in Safari 3 anonymous Noah Kantrowitz "New links do not appear in Safari 3.0.2 (522.12). In firefox works fine. For example wikinotification plugin has the following code: {{{ # ICtxtnavAdder methods def match_ctxtnav_add(self, req): return len(req.path_info) <= 1 or req.path_info == '/' or \ req.path_info.startswith('/wiki') def get_ctxtnav_adds(self, req): page = req.path_info[6:] or 'WikiStart' watched = self._get_watched_pages(req) if page in watched: yield (req.href.notification(page), 'Un-Watch Page') else: yield (req.href.notification(page), 'Watch Page') }}} The html output looks fine but the new nodes are not appended in the