Opened 12 years ago
Closed 12 years ago
#1750 closed defect (fixed)
Popup windows are not scaled to the current font size
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | minor | Milestone: | BASE 3.2.2 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
The 'Font size' can be changed in the BASE->Preferences dialog. The user may select between 5 different settings. Popup windows are expected to be scaled since a larger font need bigger dialogs and a smaller font need smaller dialogs. However, the popup windows are opened by javascript code in the top window which is not aware of the font size setting at all (it uses the setting from the login page and is always 1, since no user is logged in yet).
Change History (2)
comment:1 by , 12 years ago
Summary: | Popup windows are not scaled to the font size if it is modified in the current session → Popup windows are not scaled to the current font size |
---|
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [6264]) Fixes #1750: Popup windows are not scaled to the current font size