Bug(バグ) #782
携帯版配色設定のページ文字~リンク文字 (訪問済み) が反映されない
Start date:
2010-03-03
Due date:
% Done:
100%
3.6 で発生するか:
Yes
3.8 で発生するか:
Unknown (未調査)
Related issues
Associated revisions
fixed the text attribute in body that is removed by wrong conditions (fixes #782)
fixed parse error in my fix to mobile layout template file (fixes #782)
History
#1
Updated by Yuki Yamashita almost 10 years ago
- Status changed from New(新規) to Pending Fixing(修正待ち)
OpenPNE 3.4.1.1 にて再現出来ました。
シミュレータにて確認しましたが、- ページ文字
- リンク文字
- リンク文字 (アクティブ)
- リンク文字 (訪問済み)
以上が変更されません。
#2
Updated by Kousuke Ebihara over 9 years ago
- 3.6 で発生するか set to Yes
#3
Updated by Rimpei Ogawa over 9 years ago
- Priority changed from Normal(通常) to High(高め)
#4
Updated by Kousuke Ebihara about 9 years ago
- Target version set to OpenPNE 3.7.0
#5
Updated by Kousuke Ebihara about 9 years ago
- Status changed from Pending Fixing(修正待ち) to Accepted(着手)
- Assignee set to Kousuke Ebihara
#6
Updated by Kousuke Ebihara about 9 years ago
OpenPNE 2 における http://trac.openpne.jp/ticket/1794 このバグに対する考慮も加えます。
#7
Updated by Kousuke Ebihara about 9 years ago
- Status changed from Accepted(着手) to Pending Review(レビュー待ち)
- % Done changed from 0 to 50
415ffba3 で修正しました。
#8
Updated by Shogo Kawahara about 9 years ago
- Status changed from Pending Review(レビュー待ち) to Pending Testing(テスト待ち)
- % Done changed from 50 to 70
#9
Updated by Rimpei Ogawa about 9 years ago
- Status changed from Pending Testing(テスト待ち) to Pending Review(レビュー待ち)
- % Done changed from 70 to 50
#10
Updated by Rimpei Ogawa about 9 years ago
- Status changed from Pending Review(レビュー待ち) to Rejected(差し戻し)
OpenPNE2 では、
({if !($is_docomo && $ktai_color_config.font_01 == "000000")})となっていたので、これと合わせるのであれば、
<?php if !($sf_request->getMobile()->isDocomo() && '#000000' === $op_color['core_color_14']): ?>もしくは、
<?php if (!$sf_request->getMobile()->isDocomo() || '#000000' !== $op_color['core_color_14']): ?>とする必要があります。
#11
Updated by Kousuke Ebihara about 9 years ago
- Status changed from Rejected(差し戻し) to Pending Review(レビュー待ち)
更新履歴 43161f87ab2169d251d0d6cbc6738f68912c7d56 で適用されました。
#12
Updated by Rimpei Ogawa about 9 years ago
- Status changed from Pending Review(レビュー待ち) to Pending Testing(テスト待ち)
- % Done changed from 50 to 70
#13
Updated by Kousuke Ebihara about 9 years ago
Parse error: syntax error, unexpected '!', expecting '(' in /home/hogehoge/sns/sns.example.com/apps/mobile_frontend/templates/layout.php on line 17
というエラーが出てしまっています。
#14
Updated by Kousuke Ebihara about 9 years ago
- Status changed from Pending Testing(テスト待ち) to Rejected(差し戻し)
- % Done changed from 70 to 50
#15
Updated by Kousuke Ebihara about 9 years ago
- Status changed from Rejected(差し戻し) to Pending Review(レビュー待ち)
更新履歴 49be49a6851240beb8b6c08dc780d929b6e2726c で適用されました。
#16
Updated by Naoya Tozuka over 8 years ago
- Status changed from Pending Review(レビュー待ち) to Pending Testing(テスト待ち)
- % Done changed from 50 to 70
変更点確認しました。OKです。
#17
Updated by Fumie Toyooka about 8 years ago
- Status changed from Pending Testing(テスト待ち) to Fixed(完了)
- % Done changed from 70 to 100
テストOKです。
#18
Updated by kaoru n about 4 years ago
- 3.8 で発生するか set to Unknown (未調査)