Ticket #79 (closed defect: fixed)
Opened 8 years ago
Last modified 8 years ago
Markup renders poorly in Safari 1.2
| Reported by: | sra@… | Owned by: | daniel |
|---|---|---|---|
| Priority: | highest | Milestone: | 0.5.2 |
| Component: | general | Version: | 0.5.1 |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API 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
Change History
comment:1 Changed 8 years ago by daniel
- Owner changed from jonas to daniel
- Priority changed from normal to highest
- Status changed from new to assigned
comment:2 Changed 8 years ago by daniel
- Resolution set to fixed
- Status changed from assigned to 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