Issue 109913 - vcl: NoToggleToOff flag is not set on export of Radio Button to PDF
Summary: vcl: NoToggleToOff flag is not set on export of Radio Button to PDF
Status: CLOSED FIXED
Alias: None
Product: gsl
Classification: Code
Component: code (show other issues)
Version: DEV300m73
Hardware: All All
: P5 (lowest) Trivial (vote)
Target Milestone: OOo 3.3
Assignee: dtardon
QA Contact: issues@gsl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-08 09:34 UTC by dtardon
Modified: 2010-05-24 06:18 UTC (History)
2 users (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
set the flag (860 bytes, patch)
2010-03-08 09:35 UTC, dtardon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description dtardon 2010-03-08 09:34:32 UTC
Our local PDF expert pointed out to me that openoffice.org does not set
NoToggleToOff flag for exported radio buttons. That means that in strictly
conformant PDF viewer it would be possible to deselect already selected radio
button by clicking on it, just the same as for plain check boxes. (There is no
PDF viewer doing that currently, so it causes little harm, but it's better to be
prepared :)

Description of that flag can be found in
http://www.adobe.com/devnet/acrobat/pdfs/PDF32000_2008.pdf in Table 226 on p. 447.
Comment 1 dtardon 2010-03-08 09:35:13 UTC
Created attachment 68209 [details]
set the flag
Comment 2 philipp.lohmann 2010-03-08 12:48:12 UTC
Sounds reasonable. I talked to fs and he told me that  this is the intended
behavior of OOo's U, too, so I'll commit this.

Thanks !
Comment 3 philipp.lohmann 2010-03-08 13:04:24 UTC
committed in CWS vcl110

changeset is http://hg.services.openoffice.org/hg/cws/vcl110/rev/945f9a1463de
Comment 4 philipp.lohmann 2010-03-26 15:20:59 UTC
please verify in CWS vcl110 (changeset see above)
Comment 5 dtardon 2010-03-28 08:25:46 UTC
verified
Comment 6 dtardon 2010-05-24 06:18:48 UTC
integrated in DEV300_m78