#2876 closed defect (fixed)
IEで日記の見出し部にある公開範囲が下にくっついている
Reported by: | takai | Owned by: | nakasone |
---|---|---|---|
Priority: | minor | Milestone: | OpenPNE2.12.3 |
Component: | pne-xhtmlcss | Version: | 2.12.x & 2.14.x |
Keywords: | OpenPNE2.13.2 | Cc: |
Description (last modified by )
■現象
日記詳細(diaryDetailBox)の見出し部の公開範囲が、IEでは下にくっついている。
■原因
position: absolute を指定して、rightプロパティのみで縦の位置を指定していなかったため。
■修正内容
縦の位置を指定して、公開範囲が下にくっつかないようにする。
■関連情報
Attachments (1)
Change History (12)
Changed 14 years ago by
comment:1 Changed 14 years ago by
Owner: | changed from nobody to takai |
---|---|
Status: | new → assigned |
comment:2 Changed 14 years ago by
Keywords: | 確認中 added |
---|
- position: absolute を指定して、rightプロパティのみで縦の位置を指定していませんでした。
- このためIEでは、縦の基準が想定していた位置とずれていました。
- bottomプロパティを追加しました。
- CSS r7899
comment:3 Changed 14 years ago by
Owner: | changed from takai to nakasone |
---|---|
Status: | assigned → new |
やります。
comment:5 Changed 14 years ago by
Keywords: | OpenPNE2.13.2 added |
---|---|
Milestone: | → OpenPNE2.12.3 |
comment:7 Changed 14 years ago by
Keywords: | 差し戻し added; 確認中 removed |
---|
comment:8 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Keywords: | 確認中 added; 差し戻し removed |
comment:9 Changed 14 years ago by
Keywords: | テスト待ち added; 確認中 removed |
---|
comment:10 Changed 14 years ago by
Keywords: | テスト待ち removed |
---|---|
Resolution: | → fixed |
Status: | new → closed |
以下のブラウザで確認したところ問題ありませんでした。
確認ブラウザ
WindowsXP(SP2)
- Firefox1.5
- Firefox3
- Safari3
- Opera9
- !InternetExplorer6
- !InternetExplorer7
テスト中に発見した不具合はこのチケットの内容が違うため別チケットで対応します。→#2939
comment:11 Changed 13 years ago by
Description: | modified (diff) |
---|
Note: See
TracTickets for help on using
tickets.
日記見出し部の公開範囲