Opened 21 years ago
Closed 21 years ago
#79 closed defect (fixed)
Markup renders poorly in Safari 1.2
Reported by: | Owned by: | daniel | |
---|---|---|---|
Priority: | highest | Milestone: | 0.5.2 |
Component: | general | Version: | 0.5.1 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
The main content of the site is offset veritcally down when viewed in safari 1.2 under Mac OS X 10.3.2. It only happens in the trac system, the other pages on the site do not exhibit the behavior. A screen shot is available here:
Not sure if it is a problem with the markup/css or with Safari
Attachments (0)
Change History (2)
comment:1 by , 21 years ago
Owner: | changed from | to
---|---|
Priority: | normal → highest |
Status: | new → assigned |
comment:2 by , 21 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Hmm, indeed it is part of the distributed templates (svn:trunk/templates/css.cs), but it won't show up unless you modify the layout (like we've done on the project website).
I think I fixed it dead in [194].
Thanks for reporting!
It's a bug in the template on projects.edgewall.com… It's a CSS2 "clear" that's screwed up.
I couldn't access the diem.net file, but I think it renders the same way in Konqueror (3.2) also btw.
Note: It's not present in the templates included in the distribution package though, but just on the project website. My mistake.
I'm fixing it right away.
/Daniel