Skip to main content

Search and Top Navigation

#7513 closed bug (fixed)

Opened June 28, 2011 02:28AM UTC

Closed October 25, 2011 09:20PM UTC

Last modified October 25, 2011 09:22PM UTC

Autocomplete: long text wraps in Firefox

Reported by: tucan26 Owned by:
Priority: minor Milestone: 1.8.17
Component: ui.autocomplete Version: 1.8.14
Keywords: Cc:
Blocked by: Blocking:
Description

Hello, I am using autocomplete with jQuery UI and I'm noticing text wrap in Firefox.

Test case is on http://www.koreandictionary.net/

Choose Pronunciation from select box and type sa lang. The last phrase on the list is wrapping in Firefox only.

Someone suggested that I report this as a bug so here it is.

Attachments (0)
Change History (5)

Changed June 28, 2011 12:03PM UTC by scottgonzalez comment:1

status: newopen
summary: text wrapping in FirefoxAutocomplete: long text wraps in Firefox
version: 1.8.131.8.14

reduced test case: http://jsbin.com/abawoq

Changed July 25, 2011 07:49PM UTC by scottgonzalez comment:2

I have a feeling this is a sub-pixel issue in Firefox. Simply adding +1 to this line seems to work around this bug.

Changed October 25, 2011 09:20PM UTC by Scott González comment:3

resolution: → fixed
status: openclosed

Autocomplete: Add 1px to the width of the menu to avoid wrapping in Firefox. Fixes #7513 - Autocomplete: long text wraps in Firefox.

Changeset: 4cc61b459d73af78dd40f01e3250f2546d9f04bd

Changed October 25, 2011 09:22PM UTC by Scott González comment:4

Autocomplete: Add 1px to the width of the menu to avoid wrapping in Firefox. Fixes #7513 - Autocomplete: long text wraps in Firefox.

(cherry picked from commit 4cc61b459d73af78dd40f01e3250f2546d9f04bd)

Changeset: 757384b8c5eb1ccf354f9ab98fcb3b0e6cae6e1d

Changed October 25, 2011 09:22PM UTC by scottgonzalez comment:5

milestone: 1.91.8.17