Skip to:
Content

BuddyPress.org

Opened 13 years ago

Closed 13 years ago

Last modified 8 years ago

#3589 closed defect (bug) (fixed)

text zoom disabled on all webkit browsers

Reported by: calvinhsu's profile calvinhsu Owned by:
Milestone: 1.5 Priority: normal
Severity: minor Version:
Component: Templates Keywords:
Cc:

Description

As mentioned in this post:

http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/font-size-fixed-under-webkit-browsers/

It is because of the following line in default.css of bp-default template:

-webkit-text-size-adjust: none;

Some searching shows that it's intended for text-size controlling on mobile device and touch screen, but it also prevents text-zooming on desktop browsers.

Change History (4)

#1 @modemlooper
13 years ago

@media screen and (max-device-width: 480px), screen and (-webkit-min-device-pixel-ratio: 2) {

-webkit-text-size-adjust: none;

}

#2 @johnjamesjacoby
13 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [5164]) Tweak the responsive CSS to fix text resizing on Webkit browsers. Fixes #3589. Props modemlooper

#3 @johnjamesjacoby
13 years ago

  • Milestone changed from Awaiting Review to 1.5
  • Version 1.5 deleted

#4 @DJPaul
8 years ago

  • Component changed from Appearance - Template Parts to Templates
Note: See TracTickets for help on using tickets.